Started by user Ondrej Dockal Running as Ondrej Dockal Agent centos-7-f2mgw 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-f2mgw" 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-f2mgw" - 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-f2mgw" - 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-f2mgw (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 :43 -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 08:34:55 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5943 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins15841287887035775488.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 -Dtycho.equinox.resolver.uses=true -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] Fetching slf4j.simple_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.6kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.19.200.v20230817-0230.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (44.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB) [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching org.apache.lucene.analysis-common_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.9MB) [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.84MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (546.11kB) [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (449.09kB) [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (248.53kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (275.68kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (174.63kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (355.26kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (348.3kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (636.3kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (381.35kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (146.78kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (371.24kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.100.v20230728-2010.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.75kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jem_2.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (292.79kB) [INFO] Fetching org.eclipse.jem.util_2.2.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (120.06kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.83kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (50.48kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.72kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (132.24kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (417.38kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (152.23kB) [INFO] Fetching org.eclipse.wst.validation_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (436.03kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (381.87kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.13.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (190.34kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (145.01kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (297.8kB) [INFO] Fetching org.eclipse.jst.common.ui_1.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.99kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.1.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (144.26kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (459.55kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (159.84kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (339.48kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.901.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.5.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.78MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.300.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (858.89kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.500.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (90.73kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (165.8kB) [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (77.83kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.1.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (194.86kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.58kB) [INFO] Fetching org.eclipse.jst.jee_1.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (119.55kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.600.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (64.28kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (126.89kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.41kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.2.100.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (236.58kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.3.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (485.51kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (152.42kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (255.21kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.400.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (554.94kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (322.08kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.701.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.800.v202308200343.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.wst.html.core_1.4.400.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (785.75kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.801.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (334.1kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B) [INFO] Adding repository https://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (250.75kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (72.52kB) [INFO] Fetching org.mockito.mockito-core_5.4.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (673.71kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.14.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.01MB) [INFO] Fetching org.objenesis_3.3.0.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (68.18kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Fetching org.eclipse.pde.junit.runtime_3.7.100.v20230728-0611.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (24.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RedDeer Parent POM File [pom] [INFO] RedDeer Plugins [pom] [INFO] RedDeer Common [eclipse-plugin] [INFO] RedDeer Workbench Core [eclipse-plugin] [INFO] RedDeer E4 Workbench Core [eclipse-plugin] [INFO] RedDeer Core [eclipse-plugin] [INFO] RedDeer SWT [eclipse-plugin] [INFO] RedDeer JFace [eclipse-plugin] [INFO] RedDeer Workbench [eclipse-plugin] [INFO] RedDeer E4 Workbench [eclipse-plugin] [INFO] RedDeer UIForms [eclipse-plugin] [INFO] RedDeer Direct [eclipse-plugin] [INFO] RedDeer JUnit [eclipse-plugin] [INFO] RedDeer Eclipse [eclipse-plugin] [INFO] RedDeer GEF [eclipse-plugin] [INFO] RedDeer GEF Spy [eclipse-plugin] [INFO] RedDeer Graphiti [eclipse-plugin] [INFO] RedDeer JDT Junit [eclipse-plugin] [INFO] RedDeer JUnit Extensions [eclipse-plugin] [INFO] RedDeer Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer CodeGen Feature [eclipse-feature] [INFO] RedDeer Site [eclipse-repository] [INFO] RedDeer Archetype [maven-archetype] [INFO] [INFO] ---------------------< org.eclipse.reddeer:parent >--------------------- [INFO] Building RedDeer Parent POM File 4.7.0-SNAPSHOT [1/58] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 4.7.0-SNAPSHOT [2/58] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 4.7.0-SNAPSHOT [3/58] [INFO] from plugins/org.eclipse.reddeer.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- [INFO] The project's OSGi version is 4.7.0.v20230828-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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-0834 [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 08:36:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:36:42.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:36:42.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:36:46.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:36:46.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:36:50.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:36:50.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:36:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:36:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:36:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:36:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:36:54.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:36:54.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:36:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:36:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:37:05.727 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: 24.675 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.087 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.001 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.504 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.001 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.004 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 s getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_smallnumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.WaitWhileTest 08:37:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:37:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:37:12.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:37:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:37:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:37:22.281 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.001 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 08:37:22.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:37:29.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:37:29.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:37:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:37:36.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:37:38.797 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.507 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.001 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.001 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.001 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.032 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.002 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.005 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.003 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.LoggerTest 08:37:38.894 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 08:37:38.894 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 08:37:38.894 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 08:37:38.895 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 08:37:38.895 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 08:37:38.895 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 08:37:38.895 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0.001 s Results: Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 4.7.0-SNAPSHOT [31/58] [INFO] from tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 4.7.0.v20230828-0834 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt.test --- [INFO] Resolving class path of RedDeer SWT Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:51.931 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:37:51.932 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:37:51.941 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:37:51.942 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:37:52.009 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.030 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:37:52.033 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:52.035 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.037 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:37:52.037 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:37:52.044 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:37:52.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:52.048 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:37:52.050 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:52.050 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:37:52.053 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:52.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:52.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:52.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:52.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:52.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:52.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:52.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:37:52.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:52.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:37:52.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:52.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:52.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:52.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:52.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.418 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:52.418 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:52.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:52.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:52.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:52.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:52.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:37:52.529 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:37:52.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:52.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:52.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:52.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:52.625 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:52.625 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:52.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:52.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:52.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.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 08:37:52.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:52.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.714 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:37:52.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:37:52.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:52.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:52.746 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:52.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:52.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:52.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:52.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:52.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:52.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:52.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:37:52.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:37:52.826 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:37:52.826 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:37:52.826 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:37:52.826 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:37:52.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:52.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:52.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:52.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:52.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:52.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:52.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:52.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:52.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.017 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:37:53.017 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:37:53.017 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:37:53.017 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:37:53.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:53.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:53.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:53.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:53.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.129 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:37:53.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:37:53.130 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 08:37:53.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:53.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.211 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:53.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:53.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:53.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.249 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:37:53.249 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:37:53.250 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:37:53.250 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:37:53.250 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:37:53.250 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:37:53.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:53.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:37:53.335 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:37:53.335 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.421 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.302 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.207 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.121 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.181 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.124 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.16 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.123 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.430 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.431 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:37:53.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.431 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:37:53.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.432 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:37:53.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37: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.shell.DefaultShell, index 0 and no matchers specified 08:37:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:53.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:53.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:53.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:53.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:53.538 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:53.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:53.539 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:53.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:53.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:53.541 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:53.541 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:37:53.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:37:53.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 08:37:53.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:53.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:53.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:53.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:53.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:53.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:53.629 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:53.630 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:53.630 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:53.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:53.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:53.631 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:53.631 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:37:53.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:37:53.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:53.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:53.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:53.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:53.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:53.713 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:53.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:53.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:53.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:53.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:53.714 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:53.714 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:53.714 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:53.714 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:37:53.714 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:37:53.714 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 08:37:53.715 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 08:37:53.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 08:37:53.717 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 08:37:53.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:53.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:53.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:53.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:53.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:53.781 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:53.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:53.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:53.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:53.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:53.808 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:53.809 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:37:53.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:53.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:53.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:53.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:53.869 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:53.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:53.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:53.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:53.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:53.870 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:53.870 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:53.870 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:53.870 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:37:53.870 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:37:53.870 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:37:53.870 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 08:37:53.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:53.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:53.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:37:53.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:53.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:37:53.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:53.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:53.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:53.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:53.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:53.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:53.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:53.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:53.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.037 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:54.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:54.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:37:54.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:37:54.038 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:37:54.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:37:54.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:37:54.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.187 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.187 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.187 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.188 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.188 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:54.188 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:54.188 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:37:54.189 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:37:54.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 08:37:54.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.232 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.278 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.279 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.279 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:54.279 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:54.279 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:37:54.279 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:37:54.279 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:37:54.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.329 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.362 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.363 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.363 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:37:54.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:37:54.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 08:37:54.363 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 08:37:54.364 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:37:54.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:37:54.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 08:37:54.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:37:54.367 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:37:54.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.414 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.414 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.414 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.445 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.458 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:37:54.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.524 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 08:37:54.524 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 08:37:54.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.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 08:37:54.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.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 08:37:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.611 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.611 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.612 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:54.612 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:54.612 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:37:54.612 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 08:37:54.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.626 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.670 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.719 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.719 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.756 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.757 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.757 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:54.757 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:54.757 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:37:54.757 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 08:37:54.757 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 08:37:54.757 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:37:54.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.785 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.785 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.785 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.836 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.836 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.836 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:37:54.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.921 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.922 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.922 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:54.922 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:54.922 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:37:54.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:37:54.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:54.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:54.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:54.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:54.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:54.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:54.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:54.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:54.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:54.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:37:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:54.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:54.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:54.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:54.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:37:54.978 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:37:54.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:37:54.978 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:37:54.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:37:54.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:54.978 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:37:54.978 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:37:54.978 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:37:54.978 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:37:54.978 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 08:37:54.979 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 08:37:54.979 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 08:37:54.979 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 08:37:54.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:54.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:54.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:55.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:37:55.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:37:55.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:55.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:55.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.126 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.087 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.102 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.075 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.104 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.045 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.083 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.091 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.096 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.084 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.044 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.078 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.09 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.093 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.066 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.065 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.098 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.068 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:37:55.029 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:37:55.030 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:37:55.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:55.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:37:55.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:55.031 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:37:55.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:55.031 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:37:55.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:55.032 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 08:37:55.033 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 08:37:55.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:55.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:55.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:55.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 08:37:55.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:55.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:55.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:55.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:55.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:37:55.050 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 08:37:55.051 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:37:55.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:55.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 08:37:55.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 08:37:55.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 08:37:55.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:55.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:55.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:37:55.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:55.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:37:55.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:55.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:55.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:55.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:37:55.141 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 08:37:55.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:37:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:37:55.143 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:37:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:37:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:37:55.144 TRACE [main][WidgetHandler] Notify Table with event 13 08:37:55.144 TRACE [main][WidgetHandler] Wait for synchronization 08:37:55.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:37:55.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:55.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:55.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:55.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:37:55.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:55.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:37:55.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:55.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:55.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:55.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:55.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:55.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:37:55.157 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:37:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:37:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:37:55.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:37:55.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:55.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:37:55.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:37:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:37:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:55.739 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:55.739 DEBUG [main][MenuItemLookup] Item match:Window 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:37:55.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.743 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:37:55.743 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:55.744 DEBUG [main][MenuItemLookup] Item match:Window 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:55.744 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:37:55.744 DEBUG [main][MenuItemLookup] Item match:Perspective 08:37:55.747 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:37:55.747 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.747 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:37:55.747 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:37:55.747 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:37:55.747 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:37:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:37:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.748 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:55.748 DEBUG [main][MenuItemLookup] Item match:Window 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:37:55.748 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.749 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:37:55.749 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.749 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:37:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.751 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:55.751 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:55.751 DEBUG [main][MenuItemLookup] Item match:Window 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:37:55.752 DEBUG [main][MenuItemLookup] Item match:Perspective 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:37:55.752 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:37:55.752 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:37:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.753 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:55.753 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:55.753 DEBUG [main][MenuItemLookup] Item match:Window 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.754 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:37:55.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:55.758 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:55.758 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:55.758 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:55.759 DEBUG [main][MenuItemLookup] Item match:Window 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:55.759 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:37:55.759 DEBUG [main][MenuItemLookup] Item match:Perspective 08:37:55.760 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:37:55.760 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:55.760 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:37:55.760 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:37:55.760 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:37:55.760 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:37:55.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 08:37:55.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 08:37:55.760 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 08:37:55.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 08:37:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 08:37:55.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 08:37:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:55.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:37:55.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:55.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:55.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:55.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 08:37:55.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:55.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:37:55.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:55.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:55.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:55.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:55.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:37:55.817 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 08:37:55.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:37:55.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:37:55.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:37:55.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:55.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:55.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:37:55.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:37:55.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:55.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:55.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:55.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:55.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:37:55.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Run.*') 08:37:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:55.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:55.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:55.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:55.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:37:55.977 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:37:55.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:56.100 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 08:37:56.100 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:56.100 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:37:56.100 DEBUG [main][MenuItemLookup] Item match:Run As 08:37:56.102 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 08:37:56.103 DEBUG [main][MenuItemLookup] Item match:(none applicable) 08:37:56.103 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 08:37:56.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:37:56.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:56.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:56.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:56.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:37:56.104 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:37:56.104 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:56.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:56.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.143 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.121 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.122 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:37:56.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:56.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:56.122 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:37:56.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:56.122 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:37:56.123 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:56.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:56.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:56.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:56.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:56.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:56.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:37:56.135 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 08:37:56.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:56.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:56.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:56.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:37:56.135 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:56.135 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:56.135 DEBUG [main][MenuItemLookup] Item match:Window 08:37:56.136 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:56.136 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:56.136 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:56.136 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:56.136 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:56.136 DEBUG [main][MenuItemLookup] Item match:Show View 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:56.140 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:37:56.141 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:37:56.141 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:37:56.141 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:37:56.141 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:37:56.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:37:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:37:56.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:37:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:56.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:37:56.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:56.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:37:56.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:56.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:56.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:37:56.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:37:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:37:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:37:56.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:37:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:37:56.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:37:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:37:56.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:37:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:37:56.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:37:56.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 08:37:56.743 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 08:37:56.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 08:37:56.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 08:37:56.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:56.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:37:56.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:56.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.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 "Open") 08:37:56.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:56.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:37:56.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:56.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:56.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:37:56.747 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:37:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:37:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:37:56.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:37:56.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:56.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:37:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:37:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:37:56.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:37:56.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:56.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:37:56.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:37:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:56.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:56.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:37:56.834 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:37:56.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:37:56.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:37:56.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:37:56.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:37:56.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:37:56.846 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:37:56.846 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:56.846 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 08:37:56.846 DEBUG [main][MenuItemLookup] Item match:View Action with ID 08:37:56.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 08:37:56.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 08:37:56.846 INFO [main][MenuItemHandler] Select menu item: View Action with ID 08:37:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 08:37:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 08:37:56.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:56.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:56.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:56.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:56.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:56.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:56.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:56.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:56.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:56.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:37:56.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:56.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:37:56.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:37:56.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:56.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:56.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:37:56.870 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:37:56.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:37:56.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:37:56.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:37:56.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:37:56.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:37:56.872 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:37:56.872 DEBUG [main][MenuItemLookup] Item match:submenu 08:37:56.875 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:37:56.875 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 08:37:56.875 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 08:37:56.875 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 08:37:56.876 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 08:37:56.876 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:37:56.876 DEBUG [main][MenuItemLookup] Item match:submenu 08:37:56.877 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:37:56.877 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 08:37:56.877 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 08:37:56.877 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 08:37:56.877 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 08:37:56.877 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 08:37:56.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:56.877 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:56.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:56.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:56.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:56.878 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:56.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:56.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:56.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:56.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:56.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:37:56.893 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:37:56.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:56.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:37:56.894 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:37:56.894 DEBUG [main][MenuItemLookup] Found menu:'File' 08:37:56.894 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:37:56.894 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:37:56.894 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:37:56.894 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:37:56.894 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:37:56.894 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:37:56.894 DEBUG [main][MenuItemLookup] Item match:Window 08:37:56.895 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:37:56.895 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:37:56.895 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:37:56.895 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:56.895 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:37:56.895 DEBUG [main][MenuItemLookup] Item match:Show View 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:56.899 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:37:56.899 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:37:56.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:37:56.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:37:56.916 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:37:56.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:37:56.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:37:56.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:37:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:56.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:37:56.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:56.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:37:56.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:56.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:56.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:56.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:37:56.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:37:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:37:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:37:56.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:37:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:37:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:37:57.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:37:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:37:57.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:37:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:37:57.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:37:57.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:37:57.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:37:57.479 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:37:57.479 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:37:57.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:37:57.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:37:57.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:57.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:57.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:57.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:37:57.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:57.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:37:57.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:57.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:37:57.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:57.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:57.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:37:57.482 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:37:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:37:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:37:57.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:37:57.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:57.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:37:57.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:37:57.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:37:57.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:37:57.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:57.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:57.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:57.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:37:57.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 08:37:57.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:57.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:57.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:37:57.626 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:37:57.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:37:57.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:37:57.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:37:57.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:37:57.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:37:57.630 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:37:57.630 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:57.630 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:37:57.630 DEBUG [main][MenuItemLookup] Item match:Filters... 08:37:57.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 08:37:57.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 08:37:57.631 INFO [main][MenuItemHandler] Select menu item: &Filters... 08:37:57.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:37:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 08:37:57.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 08:37:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:57.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:37:57.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:57.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 08:37:57.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:57.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:57.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:37:57.710 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:37:57.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:37:57.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:37:57.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:37:57.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:37:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 08:37:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 08:37:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 08:37:57.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:57.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:57.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:57.791 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:57.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:57.791 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:57.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:57.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:57.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:57.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:57.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.824 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 08:37:57.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:37:57.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:57.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:57.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:37:57.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 '\*?\QError Log\E') 08:37:57.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:57.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:57.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:57.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:37:57.835 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:37:57.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:37:57.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:37:57.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:37:57.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:37:57.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:37:57.837 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:37:57.837 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:57.837 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:37:57.837 DEBUG [main][MenuItemLookup] Found menu:'' 08:37:57.837 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 08:37:57.837 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 08:37:57.837 DEBUG [main][MenuItemLookup] Item match:Show text filter 08:37:57.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 08:37:57.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 08:37:57.837 INFO [main][MenuItemHandler] Select menu item: &Show text filter 08:37:57.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:37:57.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:57.839 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:37:57.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:57.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:57.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:57.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:37:58.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:58.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:37:58.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:58.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:37:58.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:37:58.848 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:37:58.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:58.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:58.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:58.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:37:58.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:37:58.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:58.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.729 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.732 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.023 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.913 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.058 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.856 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.857 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:37:58.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:58.857 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.857 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:58.857 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:37:58.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:58.858 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:37:58.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:58.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:58.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:58.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:58.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:58.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:58.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:58.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:58.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:58.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:37:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:58.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:58.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:58.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:37:58.890 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:37:58.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:58.900 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 08:37:58.900 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 08:37:58.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:58.906 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:58.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:58.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:58.914 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:58.914 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:58.914 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:58.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:58.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:58.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:58.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:58.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:58.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:58.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:58.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:37:58.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:58.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:58.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:58.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:58.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:37:58.958 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:37:58.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:58.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:37:58.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 08:37:58.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 08:37:58.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:58.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:58.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:58.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:58.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:58.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:58.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:58.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:58.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:58.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:58.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:59.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:59.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:59.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:37:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:59.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:59.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:59.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:37:59.036 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:37:59.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:59.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:59.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:59.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:59.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:59.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:59.070 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:59.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:59.070 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:59.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:59.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:59.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:59.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:59.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:59.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:59.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:37:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:59.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:59.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:59.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:37:59.115 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:37:59.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:37:59.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:37:59.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:59.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:59.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:59.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:59.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:59.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:59.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:37:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:37:59.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:37:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:37:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:37:59.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem") 08:37:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:59.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:37:59.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:37:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:37:59.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:37:59.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:59.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:59.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:59.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:37:59.225 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:37:59.226 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:37:59.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:37:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.056 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.066 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.09 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.069 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.086 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:37:59.234 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:37:59.237 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:37:59.237 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:59.237 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:37:59.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:59.238 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:37:59.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:59.243 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:37:59.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:59.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:37:59.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:37:59.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:37:59.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:37:59.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:37:59.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:37:59.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 1 and no matchers specified 08:37:59.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:37:59.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:37:59.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:37:59.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:37:59.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:37:59.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:37:59.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:37:59.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:37:59.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:37:59.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:38:00.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:00.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:38:00.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:00.410 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 08:38:00.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:00.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:00.412 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:00.412 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:00.412 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:00.412 INFO [main][AbstractShell] Close shell Testing shell 08:38:00.412 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:00.433 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:00.433 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:00.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:00.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:00.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:00.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:00.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:00.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:00.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:00.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:00.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:00.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:00.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:00.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:00.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "@#NON_EXISITNG_LABEL%$") 08:38:00.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:00.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:00.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:00.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:00.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:00.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:00.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:01.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:01.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:01.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:01.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:01.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:01.512 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 08:38:01.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:01.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:01.512 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:01.512 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:01.512 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:01.512 INFO [main][AbstractShell] Close shell Testing shell 08:38:01.512 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:01.525 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:01.525 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:01.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:01.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:01.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:01.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:01.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:01.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:01.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:01.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:01.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:01.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:01.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:38:01.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:01.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:01.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:01.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:01.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:01.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:38:01.610 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 08:38:01.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:01.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:01.692 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:01.692 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:01.692 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:01.692 INFO [main][AbstractShell] Close shell Testing shell 08:38:01.692 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:01.704 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:01.704 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:01.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:01.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:01.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:01.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:01.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:01.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:01.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:01.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:01.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:01.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:01.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:38:01.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:01.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:01.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:01.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:01.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:01.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:38:01.773 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 08:38:01.854 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:01.854 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:01.854 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:01.854 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:01.854 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:01.854 INFO [main][AbstractShell] Close shell Testing shell 08:38:01.854 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:01.860 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:01.860 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:01.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:01.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:01.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:01.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:01.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:01.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:01.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:01.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:01.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:01.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:01.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:38:01.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:01.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:01.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:01.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:01.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:01.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:38:01.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:01.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 08:38:01.933 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:01.934 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:01.934 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:01.934 INFO [main][AbstractShell] Close shell Testing shell 08:38:01.934 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:02.044 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:02.044 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:02.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:02.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:02.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... Error sending IPC message: Broken pipe 08:38:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:02.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:02.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:02.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:02.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:02.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:02.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:02.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:02.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test browser:") 08:38:02.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:02.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:02.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:02.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:02.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:02.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:02.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:02.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:02.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:02.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:38:02.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:02.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:02.112 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:02.112 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:02.112 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:02.112 INFO [main][AbstractShell] Close shell Testing shell 08:38:02.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:02.207 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:02.207 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:02.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:02.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:02.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:02.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:02.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:02.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:02.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:02.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:02.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:02.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:02.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:38:02.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:02.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:02.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:02.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:02.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:02.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:02.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:02.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:02.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:02.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:38:02.263 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 08:38:02.266 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:02.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:02.267 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:02.453 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:02.767 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:02.800 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:03.020 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 08:38:03.267 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:03.299 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:03.767 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:03.768 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:38:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:13.770 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:13.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:13.783 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 08:38:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:13.783 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:13.783 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:13.811 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:13.919 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:14.283 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:14.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:14.283 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:38:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:24.284 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:24.285 INFO [WorkbenchTestable][AbstractBrowser] Browser back 08:38:24.286 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:24.286 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:24.410 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:24.786 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:24.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:24.787 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:25.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:25.787 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:25.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:25.798 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 08:38:25.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:25.799 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:25.799 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:25.863 DEBUG [main][BrowserProgressListener] Calling chanded() 08:38:26.299 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:26.300 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:38:27.300 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:38:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:38:27.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:27.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 08:38:27.302 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:27.302 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:27.303 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:27.303 INFO [main][AbstractShell] Close shell Testing shell 08:38:27.303 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:27.324 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:27.325 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:27.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:27.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:27.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:27.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:38:27.345 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:38:27.345 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:27.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:27.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.112 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.204 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.092 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.18 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.161 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.164 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.164 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 25.135 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.353 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.354 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:27.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:27.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:27.354 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:27.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:27.354 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:27.355 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:27.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:27.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:27.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:27.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:27.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 08:38:27.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:27.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:38:27.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 08:38:27.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:27.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:27.467 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:27.468 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:27.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:27.468 INFO [main][AbstractShell] Close shell Testing shell 08:38:27.468 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:27.482 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:27.482 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:27.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:27.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:27.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:27.517 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:27.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:27.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:27.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1') 08:38:27.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:38:27.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:38:27.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.596 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:38:27.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:27.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:27.599 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:27.601 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:27.601 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:27.601 INFO [main][AbstractShell] Close shell Testing shell 08:38:27.601 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:27.614 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:27.614 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:27.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:27.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:27.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:27.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:27.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:27.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 08:38:27.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified 08:38:27.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:38:27.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 08:38:27.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:27.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:38:27.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:38:27.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 2 and no matchers specified 08:38:27.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:27.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 08:38:27.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 08:38:27.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 3 and no matchers specified 08:38:27.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:38:27.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:38:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 08:38:27.719 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:27.719 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:27.719 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:27.720 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:27.720 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:27.720 INFO [main][AbstractShell] Close shell Testing shell 08:38:27.720 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:27.733 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:27.734 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:27.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:27.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:27.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:27.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:27.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:27.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 08:38:27.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.831 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 08:38:27.832 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:27.832 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:27.832 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:27.834 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:27.834 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:27.834 INFO [main][AbstractShell] Close shell Testing shell 08:38:27.834 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:27.847 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:27.847 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:27.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:27.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:27.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:27.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:27.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:27.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:38:27.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:27.952 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 08:38:27.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:27.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:27.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:27.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:27.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:27.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:27.954 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:27.954 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:27.955 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:27.955 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:27.955 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:27.955 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:27.955 INFO [main][AbstractShell] Close shell Testing shell 08:38:27.955 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:27.969 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:27.969 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:27.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:27.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:27.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:27.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:27.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:27.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:27.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:27.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:28.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 08:38:28.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:28.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:28.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:28.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:38:28.058 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:38:28.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:28.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:28.059 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:28.060 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:28.060 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:28.060 INFO [main][AbstractShell] Close shell Testing shell 08:38:28.060 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:28.073 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:28.073 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:28.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:28.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:28.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:28.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:28.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:28.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:28.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 5 and no matchers specified 08:38:28.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:28.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:28.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:28.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:28.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:28.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:28.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:29.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:29.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:29.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:29.159 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 08:38:29.159 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:29.159 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:29.159 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:29.159 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:29.159 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:29.159 INFO [main][AbstractShell] Close shell Testing shell 08:38:29.159 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:29.172 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:29.172 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:29.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:29.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:29.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:29.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:29.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:29.180 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:29.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:29.180 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:29.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 08:38:29.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:29.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:29.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:29.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:29.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:29.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:29.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:29.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:29.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:30.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:30.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:30.268 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 08:38:30.269 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:30.269 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:30.269 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:30.269 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:30.269 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:30.269 INFO [main][AbstractShell] Close shell Testing shell 08:38:30.269 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:30.282 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:30.282 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:30.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:30.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:30.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:30.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.305 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:30.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:30.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:30.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:30.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:30.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:30.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:30.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:38:30.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:30.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:30.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:30.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:30.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:30.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:38:30.385 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 08:38:30.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:30.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:30.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:30.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:30.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:30.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:30.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:30.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:30.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:30.387 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:30.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:30.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:30.389 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:30.389 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:30.389 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:30.389 INFO [main][AbstractShell] Close shell Testing shell 08:38:30.389 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:30.404 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:30.404 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:30.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:30.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:30.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:38:30.426 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:38:30.426 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:30.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.074 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.162 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.118 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.118 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.101 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.103 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.099 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.125 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.121 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:30.435 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:30.436 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:30.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:30.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:30.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:30.437 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:30.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:30.437 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:30.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:30.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:30.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:30.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:30.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:30.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:30.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:30.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.463: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.464: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.471: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.471: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.473: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.473: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.474: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.485: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.492: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.493: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.494: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.495: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.501: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.504: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.512: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.512: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.514: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.514: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.514: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.516: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.516: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.516: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.523: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.523: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.524: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.524: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.525: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.525: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.527: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:30.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:38:30.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:30.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:30.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:30.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:30.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:38:30.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:38:30.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:30.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:30.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:30.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:30.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:38:30.560 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:30.560 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:30.560 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:30.560 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:30.560 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:30.560 INFO [main][AbstractShell] Close shell Testing shell 08:38:30.560 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:30.583 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:30.584 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:30.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:30.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:30.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:30.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:30.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:30.610 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:30.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:30.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:30.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:30.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:30.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.631: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.633: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.634: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.641: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.641: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.643: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.643: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.644: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.645: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.645: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.663: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.665: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.666: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.667: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.673: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.673: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.674: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.674: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.675: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.676: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.677: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.683: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.683: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.683: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.685: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.685: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.685: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.686: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.687: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.687: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.687: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.694: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.694: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.694: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.694: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.696: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.696: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.696: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:30.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:30.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:38:30.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:30.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:30.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:30.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:30.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:30.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:38:30.730 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:38:30.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:38:30.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:30.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:30.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:30.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:30.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:30.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:30.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:30.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:30.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:38:30.731 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:38:30.736 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:31.736 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:38:31.736 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 08:38:31.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:38:31.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:31.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:31.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:31.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:31.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:31.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:38:31.737 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:38:31.737 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:32.738 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:38:32.738 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 08:38:32.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:38:32.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:32.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:32.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:32.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:32.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:32.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:32.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:32.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:32.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:32.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:38:32.738 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 08:38:32.739 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:33.739 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 08:38:33.739 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 08:38:33.739 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 08:38:33.742 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 08:38:33.742 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 08:38:33.742 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 08:38:33.742 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 08:38:33.742 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 08:38:33.742 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 08:38:33.742 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 08:38:33.742 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 08:38:33.743 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 08:38:33.743 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:33.743 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:33.743 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:33.744 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:33.744 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:33.744 INFO [main][AbstractShell] Close shell Testing shell 08:38:33.744 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:33.766 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:33.767 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:33.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:33.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:33.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:33.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:33.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:33.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:33.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:33.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:33.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.797: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.798: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.799: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.806: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.806: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.809: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.819: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.827: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.829: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.830: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.837: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.837: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.838: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.839: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.840: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.847: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.847: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.848: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.849: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.849: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.849: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.850: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.851: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.851: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.851: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.857: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.858: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.858: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.858: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.859: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.859: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.859: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.859: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.860: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.861: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.861: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.862: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:33.862: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:33.864 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:38:33.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:38:33.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:33.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:33.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:33.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:33.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:33.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:38:33.888 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:38:33.889 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:34.889 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:38:34.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 08:38:34.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:34.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:34.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:34.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:34.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:34.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:34.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:38:34.890 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:34.893 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:34.893 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:34.893 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:34.894 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:34.894 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:34.894 INFO [main][AbstractShell] Close shell Testing shell 08:38:34.894 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:34.919 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:34.919 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:34.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:34.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:34.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:34.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:34.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:34.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:34.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:34.926 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:34.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:34.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:34.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:34.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:34.940: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.947: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.948: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.956: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.956: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.957: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.957: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.958: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.969: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.975: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.977: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.978: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.978: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.987: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.987: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.988: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.995: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.995: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.996: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.997: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.997: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.997: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.998: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.999: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.999: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:34.999: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.008: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.008: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.008: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.008: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.009: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.010: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.010: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.010: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:35.010: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:35.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:38:35.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:35.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:35.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:35.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:35.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:35.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:38:35.037 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 08:38:35.038 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:38:35.038 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:36.039 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:38:36.039 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:38:36.039 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:37.039 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:38:37.040 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:38:37.040 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:38.040 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:38:38.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:38.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:38.041 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:38.041 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:38.041 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:38.041 INFO [main][AbstractShell] Close shell Testing shell 08:38:38.041 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:38.065 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:38.065 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:38.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:38.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:38.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:38.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:38.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:38.072 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:38.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:38.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:38.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:38.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:38.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:38.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:38.087: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.094: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.095: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.096: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.097: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.105: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.106: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.106: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.117: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.125: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.126: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.128: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.137: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.137: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.138: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.139: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.139: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.146: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.146: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.146: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.150: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.150: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.150: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.158: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.158: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.159: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.159: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.159: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.160: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.161: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.162: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.162: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.162: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:38.162: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:38.165 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 08:38:38.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:38:38.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:38.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:38.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:38.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:38.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:38.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:38.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:38.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:38.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:38:38.189 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:38:38.190 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:38:39.190 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:38:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 08:38:39.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:39.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:39.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:39.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:39.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 08:38:39.192 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:39.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:39.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:39.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:39.195 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:39.195 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:39.195 INFO [main][AbstractShell] Close shell Testing shell 08:38:39.195 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:39.219 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:39.219 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:39.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:39.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:39.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:39.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:39.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:39.227 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:39.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:39.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:39.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:39.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:39.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.249: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.250: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.251: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.258: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.258: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.259: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.259: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.260: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.261: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.261: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.271: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.279: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.280: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.281: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.282: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.288: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.288: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.289: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.289: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.290: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.291: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.291: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.298: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.298: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.298: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.300: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.308: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.308: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.308: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.310: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.310: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:39.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:38:39.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:39.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:39.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:39.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:39.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:39.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:38:39.339 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:39.339 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:39.339 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:39.339 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:39.339 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:39.339 INFO [main][AbstractShell] Close shell Testing shell 08:38:39.339 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:39.364 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:39.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:39.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:39.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:39.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:39.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:39.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:39.386 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:39.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:39.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:39.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:39.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:39.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:39.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:39.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.406: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.408: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.408: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.417: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.417: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.418: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.428: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.437: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.438: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.439: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.448: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.448: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:39.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:39.473 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 08:38:39.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 3 and no matchers specified 08:38:39.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:39.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:39.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:39.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:39.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:39.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:39.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:38:39.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:38:39.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:38:39.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:38:40.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:38:40.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:38:40.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:40.496 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 08:38:40.496 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:40.496 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:40.496 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:40.497 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:40.497 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:40.497 INFO [main][AbstractShell] Close shell Testing shell 08:38:40.497 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:40.522 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:40.522 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:40.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:40.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:40.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:40.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:40.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:40.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:40.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:40.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:40.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:40.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:38:40.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.575: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.577: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.590: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.590: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.612: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.619: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.621: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.622: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.623: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.630: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.631: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.632: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.632: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.633: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.634: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.642: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.642: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.642: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.644: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.644: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.644: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.645: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.653: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.653: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.653: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.654: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.656: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.658: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.658: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.658: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:38:40.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:38:40.662 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 08:38:40.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:38:40.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:40.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:40.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:40.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:40.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:40.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:38:40.685 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:40.685 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:40.685 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:40.685 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:40.685 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:40.685 INFO [main][AbstractShell] Close shell Testing shell 08:38:40.685 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:40.715 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:40.715 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:40.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:40.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:40.715 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:38:40.723 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:38:40.723 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:40.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:40.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.289 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.173 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.165 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.151 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.146 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.154 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.159 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.161 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.175 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.735 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.736 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:40.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:40.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:40.737 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:40.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:40.747 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:40.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:40.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:40.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:40.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:40.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:40.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:40.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified ( with key 'null' and value 'id#CLabel:1') 08:38:40.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:40.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:40.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:40.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:40.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:38:40.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:38:40.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:40.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:40.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:38:40.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:40.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:40.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:40.775 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:40.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:40.775 INFO [main][AbstractShell] Close shell Testing shell 08:38:40.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:40.779 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:40.779 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:40.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:40.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:40.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:40.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:40.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:40.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:40.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:40.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:40.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:38:40.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:40.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:40.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:40.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:40.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:38:40.831 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:40.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 08:38:40.831 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:40.831 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:40.831 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:40.831 INFO [main][AbstractShell] Close shell Testing shell 08:38:40.831 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:40.835 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:40.835 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:40.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:40.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:40.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:40.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:40.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:40.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:40.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:40.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:38:40.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:40.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:40.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:40.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:40.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:40.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:40.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:38:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:38:40.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:40.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:40.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:38:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 2 and no matchers specified 08:38:40.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:40.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:40.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:40.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 08:38:40.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:40.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 08:38:40.923 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:40.923 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:40.923 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:40.923 INFO [main][AbstractShell] Close shell Testing shell 08:38:40.923 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:40.927 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:40.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:40.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:40.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:40.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:40.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:40.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:40.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:40.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:40.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:38:40.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:40.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:40.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:40.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:40.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:40.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:40.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:40.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:40.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:38:40.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:40.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:40.965 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:40.966 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:40.966 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:40.966 INFO [main][AbstractShell] Close shell Testing shell 08:38:40.966 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:40.969 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:40.969 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:40.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:40.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:40.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:41.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:41.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:41.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:41.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:41.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:41.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:41.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:41.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 11 and no matchers specified 08:38:41.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:41.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:41.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:41.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:38:41.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:38:41.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:38:41.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:38:42.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:38:42.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:38:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:42.039 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 08:38:42.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:42.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:42.039 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:42.039 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:42.039 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:42.039 INFO [main][AbstractShell] Close shell Testing shell 08:38:42.039 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:42.043 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:42.043 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:42.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:42.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:42.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:42.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:42.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:42.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:42.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:42.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:42.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:42.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:42.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "CLabel:1") 08:38:42.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:42.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:42.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:42.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:42.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:42.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:42.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:42.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:42.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:42.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:38:42.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:42.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:42.078 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:42.078 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:42.078 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:42.079 INFO [main][AbstractShell] Close shell Testing shell 08:38:42.079 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:42.083 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:42.083 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:42.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:42.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:42.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:42.091 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:42.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:42.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:42.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT") 08:38:42.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:42.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:42.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:42.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:42.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:42.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:42.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:43.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:43.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:43.128 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 08:38:43.129 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.129 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.129 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.129 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.129 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.129 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.129 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.133 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.133 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:43.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:43.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:43.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:43.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:38:43.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:43.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:38:43.172 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.172 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.172 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.172 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.172 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.172 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.172 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.177 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.177 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:43.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.221 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:38:43.221 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:38:43.221 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.487 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.068 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.051 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.07 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.074 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.039 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.041 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.063 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:38:43.232 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:38:43.232 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:43.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.232 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:38:43.232 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.232 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:43.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.233 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:43.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:38:43.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:38:43.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 1") 08:38:43.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 2") 08:38:43.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.266 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.266 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.266 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.266 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.266 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.266 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.266 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.270 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.270 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:38:43.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:38:43.291 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:38:43.291 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.058 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:38:43.298 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:38:43.303 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:43.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:38:43.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.303 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:43.304 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.304 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:43.304 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.304 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:38:43.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:38:43.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:43.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:43.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:43.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:38:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:43.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:43.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:43.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:38:43.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label A") 08:38:43.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.406 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label B") 08:38:43.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.413 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label C") 08:38:43.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.416 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.416 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 08:38:43.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.417 TRACE [main][WidgetHandler] Notify Button with event 27 08:38:43.417 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.417 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:43.417 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.417 TRACE [main][WidgetHandler] Notify Button with event 26 08:38:43.417 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.417 TRACE [main][WidgetHandler] Notify Button with event 3 08:38:43.417 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.417 TRACE [main][WidgetHandler] Notify Button with event 4 08:38:43.417 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.417 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:43.417 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.419 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 08:38:43.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.419 TRACE [main][WidgetHandler] Notify Button with event 27 08:38:43.419 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.419 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:43.419 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.419 TRACE [main][WidgetHandler] Notify Button with event 26 08:38:43.419 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.419 TRACE [main][WidgetHandler] Notify Button with event 3 08:38:43.419 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.419 TRACE [main][WidgetHandler] Notify Button with event 4 08:38:43.419 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.419 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:43.419 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.420 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.420 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.420 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.421 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.421 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.421 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.421 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.427 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.427 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:38:43.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:38:43.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:38:43.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.13 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.443 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.444 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:43.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.444 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.444 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.444 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:43.452 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.452 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:43.452 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 08:38:43.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:43.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:38:43.519 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 08:38:43.519 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 08:38:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:43.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:38:43.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.527 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:38:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.528 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 08:38:43.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.528 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.529 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.529 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.529 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.529 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.536 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.536 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 08:38:43.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.598 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:38:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.598 TRACE [main][WidgetHandler] Notify Button with event 27 08:38:43.598 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.598 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:43.598 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.598 TRACE [main][WidgetHandler] Notify Button with event 26 08:38:43.598 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.598 TRACE [main][WidgetHandler] Notify Button with event 3 08:38:43.598 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.598 TRACE [main][WidgetHandler] Notify Button with event 4 08:38:43.599 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.599 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:43.599 TRACE [main][WidgetHandler] Wait for synchronization 08:38:43.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:43.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.599 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.600 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.601 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.601 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.601 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.601 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.607 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.607 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 08:38:43.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.668 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:38:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:43.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.670 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.671 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.671 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.671 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.671 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.677 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.677 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.698 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.698 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 4) 08:38:43.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:43.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:38:43.741 INFO [WorkbenchTestable][AbstractButton] Click button 08:38:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:43.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.742 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.743 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.743 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.743 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.744 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.744 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.744 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.744 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.750 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.750 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 08:38:43.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.801 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:38:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:43.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.802 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.803 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.803 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.803 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.803 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.803 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.810 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.810 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 08:38:43.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:43.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:38:43.871 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:38:43.871 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 08:38:43.871 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:38:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:43.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:43.872 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:43.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:38:43.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:43.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:43.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:43.874 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:38:43.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:43.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:43.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:43.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:43.874 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:38:43.874 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 08:38:43.874 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:43.874 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:43.874 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:43.875 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:43.875 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:43.875 INFO [main][AbstractShell] Close shell Testing shell 08:38:43.875 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:43.881 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:43.881 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:43.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:43.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:43.923 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:43.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:43.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:43.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:43.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:43.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 08:38:43.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:43.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:43.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:43.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:43.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:43.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:43.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:43.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:44.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:44.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:44.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:44.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:44.970 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:38:44.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:44.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:44.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:44.971 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:44.971 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:44.971 INFO [main][AbstractShell] Close shell Testing shell 08:38:44.971 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:44.978 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:44.978 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:44.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:44.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:44.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:44.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:44.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:44.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:44.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:44.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:45.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 08:38:45.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:45.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:45.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:45.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:45.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:45.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:45.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:45.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:45.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:45.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:46.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:46.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:46.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:46.040 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:38:46.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:46.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:46.041 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:46.041 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:46.041 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:46.041 INFO [main][AbstractShell] Close shell Testing shell 08:38:46.041 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:46.050 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:46.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:46.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:46.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:46.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.075 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.075 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:46.075 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:46.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:46.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:46.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 08:38:46.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:46.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:46.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:46.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:46.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:46.115 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:38:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:46.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:46.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:46.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:46.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:46.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:46.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:46.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:46.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:46.116 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:46.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:46.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:46.117 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:46.118 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:46.118 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:46.118 INFO [main][AbstractShell] Close shell Testing shell 08:38:46.118 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:46.124 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:46.124 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:46.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:46.124 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:46.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:46.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:46.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:46.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:46.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 08:38:46.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:46.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:46.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:46.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:46.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:46.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:46.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:46.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:46.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:46.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:46.175 INFO [WorkbenchTestable][AbstractButton] Click button 08:38:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:46.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:46.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:46.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:46.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:46.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:46.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:46.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:46.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:46.176 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:46.177 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:46.177 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:46.177 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:46.178 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:46.178 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:46.178 INFO [main][AbstractShell] Close shell Testing shell 08:38:46.178 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:46.185 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:46.185 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:46.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:46.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:46.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.205 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.205 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:46.205 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:46.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:46.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:46.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 08:38:46.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:46.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:46.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:46.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:46.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:38:46.245 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:38:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:46.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:46.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:46.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 08:38:46.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:46.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:46.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:46.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:46.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:46.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:46.247 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:46.248 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:46.248 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:46.248 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:46.248 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:46.248 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:46.248 INFO [main][AbstractShell] Close shell Testing shell 08:38:46.248 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:46.255 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:46.255 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:46.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:46.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.261 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:46.262 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:46.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:46.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:46.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:46.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:46.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 2) 08:38:46.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:46.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:46.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:46.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:46.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:46.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:46.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:38:46.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:38:46.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:38:46.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:38:47.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:38:47.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:38:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:47.326 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:38:47.326 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:47.326 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:47.326 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:47.326 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:47.326 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:47.326 INFO [main][AbstractShell] Close shell Testing shell 08:38:47.326 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:47.333 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:47.333 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:47.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:47.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:47.334 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:47.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:47.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:47.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:47.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:47.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:47.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:47.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:47.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 08:38:47.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:47.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:47.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:47.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:47.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:47.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:47.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:47.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:47.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:47.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:48.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:48.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:48.516 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:38:48.517 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:48.517 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:48.517 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:48.517 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:48.517 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:48.517 INFO [main][AbstractShell] Close shell Testing shell 08:38:48.517 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:48.526 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:48.526 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:48.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:48.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:48.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:48.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:48.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:48.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:48.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:48.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:48.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:48.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:48.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:48.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:48.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 8) 08:38:48.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:48.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:48.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:48.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:48.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:48.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:49.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:49.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:49.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:38:49.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:38:49.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:49.589 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:38:49.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:49.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:49.589 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:49.589 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:49.589 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:49.589 INFO [main][AbstractShell] Close shell Testing shell 08:38:49.589 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:49.596 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:49.596 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:49.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:49.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:49.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:49.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:49.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:49.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:49.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:49.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:49.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:49.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:49.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S") 08:38:49.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:49.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:49.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:49.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:49.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:49.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:49.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:49.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:50.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:50.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:50.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:50.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:50.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:50.660 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:38:50.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:50.661 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:50.661 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:50.661 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:50.661 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:50.661 INFO [main][AbstractShell] Close shell Testing shell 08:38:50.661 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:50.667 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:50.667 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:50.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:50.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:50.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:50.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:50.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:50.674 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:50.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:50.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:50.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:50.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:50.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 08:38:50.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:50.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:50.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:50.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:50.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:50.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:50.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:50.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:50.717 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:50.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:50.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:50.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:50.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:50.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:50.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:50.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:50.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:50.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:50.718 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:50.719 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:50.719 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:50.719 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:50.720 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:50.720 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:50.720 INFO [main][AbstractShell] Close shell Testing shell 08:38:50.720 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:50.726 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:50.726 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:50.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:50.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:50.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:50.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:50.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:50.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:50.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:50.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:50.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:50.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:50.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:50.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:50.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 6 and following matchers specified (Widget matcher matching widgets with style: 4) 08:38:50.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:50.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:50.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:50.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:38:50.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:38:51.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:38:51.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:38:51.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:38:51.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:38:51.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:51.789 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 08:38:51.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:51.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:51.789 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:51.789 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:51.789 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:51.789 INFO [main][AbstractShell] Close shell Testing shell 08:38:51.789 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:51.796 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:51.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:51.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:51.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:51.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:51.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:51.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:51.817 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:51.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:51.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:51.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:51.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:51.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:51.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:51.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:38:51.858 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 08:38:51.858 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:38:51.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:51.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:51.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:51.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:51.859 TRACE [main][WidgetHandler] Notify Button with event 27 08:38:51.859 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.859 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:51.859 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.859 TRACE [main][WidgetHandler] Notify Button with event 26 08:38:51.859 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.859 TRACE [main][WidgetHandler] Notify Button with event 3 08:38:51.859 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.859 TRACE [main][WidgetHandler] Notify Button with event 4 08:38:51.859 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.859 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:51.859 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:51.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:51.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:51.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:51.860 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:51.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:38:51.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:51.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:51.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:51.861 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:38:51.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:51.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:51.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:51.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:51.862 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 08:38:51.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:51.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:51.862 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:51.862 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:51.862 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:51.862 INFO [main][AbstractShell] Close shell Testing shell 08:38:51.862 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:51.868 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:51.868 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:51.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:51.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:51.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:51.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:51.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:51.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 08:38:51.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:51.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:51.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:51.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:51.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:51.918 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:38:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:51.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:51.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:51.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:51.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:51.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:51.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:51.919 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:51.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:51.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:51.920 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:51.921 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:51.921 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:51.921 INFO [main][AbstractShell] Close shell Testing shell 08:38:51.921 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:51.927 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:51.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:51.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:51.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:51.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:51.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:51.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:51.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:51.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:51.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:51.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:51.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, with key 'buttonTestId' and value 'RADIO-BUTTON#1') 08:38:51.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:51.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:51.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:51.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:51.990 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:38:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:51.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:51.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:51.991 TRACE [main][WidgetHandler] Notify Button with event 27 08:38:51.991 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.991 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:51.991 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.991 TRACE [main][WidgetHandler] Notify Button with event 26 08:38:51.991 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.991 TRACE [main][WidgetHandler] Notify Button with event 3 08:38:51.991 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.991 TRACE [main][WidgetHandler] Notify Button with event 4 08:38:51.991 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.991 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:51.991 TRACE [main][WidgetHandler] Wait for synchronization 08:38:51.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:51.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:51.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:51.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:51.992 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:51.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:51.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:51.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:51.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:51.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:51.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:51.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:51.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:51.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:51.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:51.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:51.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:51.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:51.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:51.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:38:51.994 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:51.994 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:51.994 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:51.994 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:51.995 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:51.995 INFO [main][AbstractShell] Close shell Testing shell 08:38:51.995 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:52.000 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:52.000 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:52.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:52.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:52.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.007 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:52.007 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:52.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:52.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:52.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:52.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:52.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:38:52.050 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:38:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:52.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:52.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:52.050 TRACE [main][WidgetHandler] Notify Button with event 27 08:38:52.050 TRACE [main][WidgetHandler] Wait for synchronization 08:38:52.050 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:52.050 TRACE [main][WidgetHandler] Wait for synchronization 08:38:52.050 TRACE [main][WidgetHandler] Notify Button with event 26 08:38:52.050 TRACE [main][WidgetHandler] Wait for synchronization 08:38:52.050 TRACE [main][WidgetHandler] Notify Button with event 3 08:38:52.050 TRACE [main][WidgetHandler] Wait for synchronization 08:38:52.050 TRACE [main][WidgetHandler] Notify Button with event 4 08:38:52.050 TRACE [main][WidgetHandler] Wait for synchronization 08:38:52.050 TRACE [main][WidgetHandler] Notify Button with event 13 08:38:52.050 TRACE [main][WidgetHandler] Wait for synchronization 08:38:52.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:52.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:52.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:52.051 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:52.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:52.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:52.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:52.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:52.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:52.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:52.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:38:52.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:52.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:52.054 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:52.054 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:52.054 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:52.054 INFO [main][AbstractShell] Close shell Testing shell 08:38:52.054 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:52.060 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:52.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:52.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:52.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:52.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:52.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:52.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:52.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:52.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 2) 08:38:52.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:52.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:38:52.120 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:38:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:52.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:52.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:52.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:52.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:52.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:52.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:52.121 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:52.121 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:52.122 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:52.122 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:52.122 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:52.122 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:52.122 INFO [main][AbstractShell] Close shell Testing shell 08:38:52.122 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:52.129 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:52.129 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:52.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:52.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:52.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:52.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:52.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:52.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:52.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8) 08:38:52.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:52.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:38:52.188 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:38:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:52.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:52.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:52.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:52.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:52.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:52.189 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:52.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:52.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:52.190 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:52.190 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:52.190 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:52.190 INFO [main][AbstractShell] Close shell Testing shell 08:38:52.190 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:52.196 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:52.196 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:52.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:52.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:52.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:52.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:52.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:52.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 08:38:52.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:52.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:52.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:52.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:52.258 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:38:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:52.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:52.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:52.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:52.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:52.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:52.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:52.259 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:52.260 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:52.260 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:52.260 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:52.260 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:52.260 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:52.260 INFO [main][AbstractShell] Close shell Testing shell 08:38:52.260 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:52.267 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:52.267 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:52.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:52.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:52.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:52.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:52.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:52.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:52.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:52.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:52.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 16) 08:38:52.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:52.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:52.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:52.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:52.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:52.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:52.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:38:52.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:38:52.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:38:52.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:38:53.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:38:53.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:38:53.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:53.319 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:38:53.319 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:53.319 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:53.319 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:53.319 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:53.319 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:53.319 INFO [main][AbstractShell] Close shell Testing shell 08:38:53.320 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:53.326 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:53.326 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:53.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:53.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:53.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:53.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:53.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:53.348 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:53.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:53.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:53.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:53.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:53.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:53.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:53.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 08:38:53.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:53.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:53.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:53.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:53.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:53.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:53.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:54.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:54.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:54.392 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:38:54.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:54.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:54.392 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:54.392 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:54.392 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:54.392 INFO [main][AbstractShell] Close shell Testing shell 08:38:54.392 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:54.398 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:54.399 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:54.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:54.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:54.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:54.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:54.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:54.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:54.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:54.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:54.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:54.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:54.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:54.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 08:38:54.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:54.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:54.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:54.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:54.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:54.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:54.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:38:54.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:54.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:54.447 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:38:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:54.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:54.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:54.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:54.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:54.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:54.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:54.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:54.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:54.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:54.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:54.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:54.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:54.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:54.448 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:54.449 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:54.449 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:54.449 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:54.449 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:54.450 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:54.450 INFO [main][AbstractShell] Close shell Testing shell 08:38:54.450 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:54.455 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:54.455 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:54.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:54.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:54.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:54.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:54.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:54.461 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:38:54.461 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:38:54.461 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:54.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:54.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:54.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.032 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.092 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.083 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.071 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.059 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.073 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.092 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.061 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.09 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.074 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.093 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.178 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.083 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.056 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.071 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.071 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.076 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.055 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.073 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.069 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.068 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.075 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.057 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:54.481 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:54.481 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:54.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:54.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:54.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:54.482 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:54.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:54.482 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:54.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:54.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:54.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:38:54.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:54.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:54.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:54.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:54.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:38:54.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:54.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:54.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:54.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:54.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:54.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:54.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:54.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:55.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:55.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:38:55.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:38:55.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:38:55.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.529 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:55.529 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.529 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.529 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.529 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.529 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.538 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:55.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:38:55.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:38:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:38:55.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:55.596 INFO [WorkbenchTestable][AbstractButton] Click button &OK 08:38:55.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:55.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:55.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:55.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:55.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:55.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:55.597 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:55.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:38:55.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:55.600 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 08:38:55.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:55.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:55.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:55.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:55.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:38:55.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:55.602 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:38:55.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:55.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:55.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:55.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:55.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: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 08:38:55.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:55.604 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:38:55.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:55.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:55.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:55.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:55.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 08:38:55.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:55.605 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 08:38:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:55.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:55.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:55.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 08:38:55.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:55.607 INFO [WorkbenchTestable][AbstractButton] Click button &No 08:38:55.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:55.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:55.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:55.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:55.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:38:55.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:38:55.609 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:38:55.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:38:55.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:38:55.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:38:55.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:38:55.610 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.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 08:38:55.610 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.610 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.610 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.610 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.610 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.618 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:55.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:38:55.624 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:38:55.624 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.061 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.08 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.629 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.630 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:55.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.630 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.630 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.630 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:55.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.643 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:55.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:55.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:55.661 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:55.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:38:55.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.676 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:38:55.676 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:38:55.678 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:55.678 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.679 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:55.679 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:38:55.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.680 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:38:55.680 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:38:55.680 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:55.680 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.680 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:55.680 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:38:55.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.681 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:38:55.681 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:38:55.681 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:55.681 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.681 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:55.681 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:38:55.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.682 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:38:55.682 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:38:55.682 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:55.682 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.682 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:55.682 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 08:38:55.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.683 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:38:55.683 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:38:55.683 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:55.683 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.684 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:55.684 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 08:38:55.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.684 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:38:55.684 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:38:55.685 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:55.685 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.685 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:55.685 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.685 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.685 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:55.685 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.685 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.685 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.685 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.685 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.690 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.690 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:38:55.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:38:55.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.740 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.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 08:38:55.740 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.740 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.740 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.740 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.740 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.745 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.745 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:38:55.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.778 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:38:55.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:55.778 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.778 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.778 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.778 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.778 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.782 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.782 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:38:55.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.847 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:38:55.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:55.848 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.848 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.848 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.848 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.848 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.852 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.852 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:38:55.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:38:55.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.908 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.908 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:55.908 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.908 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.908 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.908 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.908 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.912 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.912 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:38:55.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:38:55.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:55.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:55.957 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:55.957 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:55.957 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:55.957 INFO [main][AbstractShell] Close shell Testing shell 08:38:55.957 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:55.961 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:55.961 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:55.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:55.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:55.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:55.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:55.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:55.993 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:55.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "same") 08:38:55.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:55.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:55.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:55.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:55.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:55.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:55.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:55.995 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:38:55.995 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:38:55.995 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:55.995 TRACE [main][WidgetHandler] Wait for synchronization 08:38:55.996 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:55.996 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.004 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:38:56.005 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:38:56.005 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.005 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.005 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.005 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.005 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.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 08:38:56.005 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.005 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.005 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.005 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.005 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.009 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.009 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:56.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:38:56.028 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:38:56.028 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.052 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.067 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.058 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.073 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.047 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.048 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.033 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.034 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:56.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.034 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:56.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.034 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:56.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:56.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:56.059 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:56.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:38:56.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.061 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:38:56.061 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:38:56.061 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.061 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.062 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.062 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:38:56.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:56.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:38:56.062 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:38:56.062 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:38:56.062 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.062 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.062 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.062 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:38:56.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:56.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:38:56.063 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:38:56.063 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:38:56.063 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.063 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.063 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.063 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:38:56.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.063 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:38:56.064 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:38:56.064 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.064 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.064 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.064 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:38:56.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:56.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:38:56.064 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:38:56.064 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:38:56.064 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.064 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.064 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.064 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:38:56.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:56.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:38:56.065 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:38:56.065 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:38:56.065 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.065 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.065 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.065 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:56.065 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.065 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.065 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.065 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.065 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.069 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.069 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.069 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.075 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.075 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.075 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is a link1") 08:38:56.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links") 08:38:56.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:56.116 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.116 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.116 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.116 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.116 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.120 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.120 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:38:56.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.152 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:38:56.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:56.152 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.152 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.153 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.153 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.156 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.156 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:38:56.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.196 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:38:56.197 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.197 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:56.197 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.197 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.197 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.197 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.197 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.201 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.201 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.207 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:38:56.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:38:56.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:56.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:56.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:38:56.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:56.232 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.232 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.233 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.236 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.236 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:38:56.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:38:56.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:38:56.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:38:56.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:38:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:38:56.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:56.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.283 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.284 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.284 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.284 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.289 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.289 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:38:56.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:38:56.342 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:38:56.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 2 and no matchers specified 08:38:56.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:38:56.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:38:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 08:38:56.343 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:38:56.344 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:38:56.344 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.344 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.344 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.344 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.344 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:38:56.344 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:38:56.344 TRACE [main][WidgetHandler] Notify Link with event 3 08:38:56.344 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.344 TRACE [main][WidgetHandler] Notify Link with event 4 08:38:56.344 TRACE [main][WidgetHandler] Wait for synchronization 08:38:56.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:56.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:56.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:56.345 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:56.345 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:56.345 INFO [main][AbstractShell] Close shell Testing shell 08:38:56.345 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:56.348 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:56.348 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:56.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:38:56.354 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:38:56.354 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:56.354 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:56.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.04 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.051 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.036 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.044 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.055 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:56.368 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:56.369 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:38:56.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.370 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:56.370 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.370 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:38:56.377 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.377 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:38:56.377 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:56.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:56.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:56.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:56.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:56.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:56.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:56.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:56.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:56.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:56.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:56.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:56.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:56.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:56.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:56.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:56.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:56.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:56.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:56.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:38:56.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:38:56.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:38:56.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:38:56.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:56.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:56.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:38:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:38:56.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:38:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:56.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:38:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:56.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:38:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:38:56.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:38:56.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:57.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:57.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:38:57.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:38:57.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:38:57.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:57.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:38:57.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:57.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:38:57.425 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:57.425 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:57.425 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:57.426 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:57.426 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:57.426 INFO [main][AbstractShell] Close shell Testing shell 08:38:57.426 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:57.430 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:57.430 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:57.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:57.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:57.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:57.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:57.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:57.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:57.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:57.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:57.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:57.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:57.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:57.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:57.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:57.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:57.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:57.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:57.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:57.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:57.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:57.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:57.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:57.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:57.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:57.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:38:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:38:57.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:57.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:57.468 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:57.468 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:57.469 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:57.469 INFO [main][AbstractShell] Close shell Testing shell 08:38:57.469 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:57.472 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:57.472 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:57.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:57.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:57.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:57.478 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:57.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:57.478 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:57.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:57.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:57.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:57.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:57.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:57.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:57.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:57.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:57.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:57.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:57.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:57.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:57.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:57.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:57.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:57.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:57.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:57.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:57.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:57.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:57.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:57.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:38:57.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:38:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:58.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:38:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:38:58.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:38:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:58.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:38:58.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:58.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:38:58.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:38:58.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:38:58.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:58.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:58.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:38:58.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:38:58.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:38:58.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:58.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:38:58.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:58.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:38:58.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:58.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 08:38:58.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:58.525 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:58.525 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:58.525 INFO [main][AbstractShell] Close shell Testing shell 08:38:58.525 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:58.529 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:58.530 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:58.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:58.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:58.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:58.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:58.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:58.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:58.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:58.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:58.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:58.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:58.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:58.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:58.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:58.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:58.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:58.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:58.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:58.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:58.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:58.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:58.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:58.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:58.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:58.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:58.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:58.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:58.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:38:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:38:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:38:58.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:38:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:59.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:59.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:38:59.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:38:59.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:38:59.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:59.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:38:59.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:59.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:38:59.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:38:59.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:38:59.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:59.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:38:59.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:38:59.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:38:59.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:38:59.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:38:59.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:38:59.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:38:59.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:38:59.578 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:38:59.578 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:38:59.578 DEBUG [main][AbstractWait] Waiting until shell is active... 08:38:59.578 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:38:59.578 INFO [main][AbstractShell] Close shell Testing shell 08:38:59.578 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:38:59.582 DEBUG [main][AbstractWait] Waiting while shell is available... 08:38:59.582 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:38:59.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:59.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:38:59.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:38:59.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:59.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:59.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:59.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:38:59.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:38:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:38:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:38:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:38:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:38:59.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:59.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:59.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:59.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:59.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:59.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:59.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:38:59.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:38:59.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:38:59.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:38:59.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:38:59.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:38:59.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:38:59.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:38:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:00.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:00.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:00.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:00.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:00.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:00.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:00.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:00.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:00.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:39:00.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:00.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:00.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:00.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:39:00.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:00.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:39:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:00.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:00.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:00.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:00.627 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:00.628 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:00.628 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:00.628 INFO [main][AbstractShell] Close shell Testing shell 08:39:00.628 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:00.632 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:00.632 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:00.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:00.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:00.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:00.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:00.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:00.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:00.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:00.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:00.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:00.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:00.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:00.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:00.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:00.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:00.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:00.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:00.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:00.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:00.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:00.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:00.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:00.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:00.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:00.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:00.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:00.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:00.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 08:39:00.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:01.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:01.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:01.186 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:01.186 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:01.186 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:01.186 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:01.186 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:01.187 INFO [main][AbstractShell] Close shell Testing shell 08:39:01.187 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:01.191 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:01.191 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:01.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:01.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:01.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:01.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:01.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:01.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:01.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:01.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:01.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:01.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:01.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:01.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:01.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:01.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:01.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:01.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:01.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:01.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:01.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:01.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:01.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:01.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:01.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:01.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:01.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:01.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:01.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:01.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:01.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:01.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:01.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:01.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:01.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:01.746 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:39:01.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:01.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:01.747 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:39:02.247 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:39:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:02.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:02.249 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 08:39:02.250 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 08:39:02.250 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 08:39:02.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 08:39:02.251 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 08:39:02.251 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 08:39:02.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:02.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:02.251 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:02.252 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:02.252 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:02.252 INFO [main][AbstractShell] Close shell Testing shell 08:39:02.252 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:02.256 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:02.256 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:02.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:02.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:02.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:02.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:02.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:02.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:02.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:02.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:02.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:02.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:02.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:02.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:02.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:02.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:02.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:02.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:02.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:02.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:02.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:02.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:02.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:02.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:02.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:02.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:02.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:02.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:02.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:02.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:02.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:02.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:02.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:02.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:02.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:02.810 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:39:02.810 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 08:39:02.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:39:02.811 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:39:02.811 DEBUG [main][TreeEventsListener] It was check event: true 08:39:02.811 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 08:39:02.812 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:39:02.812 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 08:39:02.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:39:02.812 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:39:02.812 DEBUG [main][TreeEventsListener] It was check event: true 08:39:02.812 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 08:39:02.812 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:02.812 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:02.812 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:02.813 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:02.813 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:02.813 INFO [main][AbstractShell] Close shell Testing shell 08:39:02.813 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:02.817 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:02.817 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:02.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:02.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:02.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:02.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:02.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:02.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:02.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:02.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:02.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:02.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:02.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:02.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:02.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:02.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:02.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:02.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:02.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:02.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:02.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:02.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:02.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:02.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:02.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:02.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:02.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:02.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:02.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:02.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:02.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:02.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:39:02.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:39:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:03.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:03.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:39:03.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:39:03.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:39:03.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:03.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:39:03.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:03.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:39:03.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:39:03.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:39:03.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:03.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:03.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:39:03.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:39:03.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:39:03.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:03.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:39:03.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:03.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:39:03.874 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:03.875 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:03.875 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:03.875 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:03.875 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:03.875 INFO [main][AbstractShell] Close shell Testing shell 08:39:03.875 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:03.879 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:03.879 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:03.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:03.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:03.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:03.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:03.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:03.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:03.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:03.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:03.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:03.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:03.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:03.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:03.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:03.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:03.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:03.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:03.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:03.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:03.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:03.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:03.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:03.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:03.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:03.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:03.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:03.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:03.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:03.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:03.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:03.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:03.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:03.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:03.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:04.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:04.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:04.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:04.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:39:04.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:04.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:39:04.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:04.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:39:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:04.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:04.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 08:39:04.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:04.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:04.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:04.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:04.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:04.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 08:39:04.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:39:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:39:05.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 08:39:05.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:39:05.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:39:05.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:39:05.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:05.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:05.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:05.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:05.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:05.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:05.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:05.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:05.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:05.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:39:05.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:39:05.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:05.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:05.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:05.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:05.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:05.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:05.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:05.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:05.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:05.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:05.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:05.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:05.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:05.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:05.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:05.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:05.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:05.428 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:39:05.429 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:39:05.430 DEBUG [main][TreeItemHandler] Set Tree selection 08:39:05.430 DEBUG [main][TreeHandler] Notify Tree about selection event 08:39:05.430 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:39:05.430 DEBUG [main][TreeEventsListener] It was check event: false 08:39:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:39:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 08:39:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] BB 08:39:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 08:39:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] C 08:39:05.431 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 08:39:05.432 DEBUG [main][TreeHandler] Unselect all tree items 08:39:05.432 DEBUG [main][TreeHandler] Notify Tree about selection event 08:39:05.432 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:39:05.432 DEBUG [main][TreeEventsListener] It was check event: false 08:39:05.432 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 08:39:05.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:05.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:05.432 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:05.433 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:05.433 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:05.433 INFO [main][AbstractShell] Close shell Testing shell 08:39:05.433 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:05.437 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:05.437 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:05.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:05.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:05.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:05.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:05.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:05.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:05.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:05.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:05.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:05.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:05.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:05.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:05.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:05.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:05.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:05.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:05.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:05.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:05.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:05.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:05.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:05.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:05.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:05.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:05.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:05.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:05.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:05.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:05.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:05.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:05.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:05.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:39:05.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:05.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:06.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:06.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:06.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:39:06.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:06.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:06.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:39:06.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:06.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:06.484 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:06.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 08:39:06.484 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:06.485 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:06.485 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:06.485 INFO [main][AbstractShell] Close shell Testing shell 08:39:06.485 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:06.489 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:06.489 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:06.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:06.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:06.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:06.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:06.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:06.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:06.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:06.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:06.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:06.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:06.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:06.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:06.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:06.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:06.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:06.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:06.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:06.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:06.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:06.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:06.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:06.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:06.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:06.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:06.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:06.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:06.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:07.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:07.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:07.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:07.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:07.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:07.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:07.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:07.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:07.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:07.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:07.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:07.031 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:07.031 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:07.031 INFO [main][AbstractShell] Close shell Testing shell 08:39:07.031 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:07.035 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:07.035 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:07.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:07.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:07.035 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:07.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:07.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:07.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:07.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:07.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:07.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:07.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:07.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:07.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:07.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:07.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:07.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:07.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:07.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:07.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:07.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:07.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:07.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:07.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:07.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:07.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:07.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:07.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:07.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:07.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:07.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:07.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:07.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:39:07.589 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:39:07.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:39:07.589 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:39:07.589 DEBUG [main][TreeEventsListener] It was check event: false 08:39:07.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:39:07.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:07.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:07.589 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:07.590 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:07.590 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:07.590 INFO [main][AbstractShell] Close shell Testing shell 08:39:07.590 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:07.594 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:07.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:07.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:07.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:07.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:07.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:07.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:07.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:07.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:07.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:07.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:07.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:07.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:07.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:07.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:07.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:07.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:07.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:07.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:07.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:07.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:07.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:07.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:07.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:07.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:07.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:07.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:07.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:07.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:08.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:08.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:08.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:08.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:39:08.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:08.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:08.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:39:08.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:08.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:08.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:39:08.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:08.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:08.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:08.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:08.649 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:08.650 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:08.650 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:08.650 INFO [main][AbstractShell] Close shell Testing shell 08:39:08.650 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:08.654 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:08.654 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:08.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:08.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:08.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:08.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:08.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:08.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:08.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:08.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:08.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:08.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:08.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:08.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:08.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:08.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:08.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:08.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:08.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:08.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:08.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:08.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:08.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:08.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:08.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:08.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:08.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:08.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:08.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:08.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:08.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:08.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:08.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:39:08.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:09.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:39:09.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:09.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:09.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:09.195 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 08:39:09.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:39:09.195 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:39:09.196 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:39:09.196 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:39:09.196 DEBUG [main][TreeEventsListener] It was check event: false 08:39:09.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:39:09.196 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:39:09.196 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:39:09.196 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 08:39:09.196 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 08:39:09.196 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 08:39:09.197 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:39:09.197 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:09.197 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:09.197 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:09.197 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:09.197 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:09.197 INFO [main][AbstractShell] Close shell Testing shell 08:39:09.197 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:09.202 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:09.202 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:09.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:09.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:09.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:09.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:09.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:09.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:09.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:09.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:09.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:09.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:09.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:09.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:09.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:09.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:09.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:09.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:09.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:09.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:09.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:09.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:09.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:09.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:09.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:09.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:09.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:09.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:09.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:09.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:09.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:09.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:09.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:09.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:09.240 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:39:09.240 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:09.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:09.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:09.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:39:09.741 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:09.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:10.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:10.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:10.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:10.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:10.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:10.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:11.243 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:11.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:11.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:11.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:11.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:11.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:12.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:12.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:12.745 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:12.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:12.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:12.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:12.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:12.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:12.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:13.245 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:13.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:13.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:13.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:13.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:13.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:13.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:13.746 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:13.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:13.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:13.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:13.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:13.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:13.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:13.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:13.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:13.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:13.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:14.247 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:14.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:14.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:14.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:14.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:14.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:14.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 08:39:14.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:14.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:14.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:14.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:14.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:14.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:14.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:14.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:14.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:14.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:14.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:14.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:14.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:14.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:14.250 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:39:14.250 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:14.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:14.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:39:14.750 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:14.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:15.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:15.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:15.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:15.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:15.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:15.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:16.252 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:16.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:16.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:16.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:16.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:16.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:16.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:17.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:17.754 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:17.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:18.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:18.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:18.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:18.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:18.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 08:39:18.756 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:18.756 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:18.756 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:18.756 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:18.756 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:18.756 INFO [main][AbstractShell] Close shell Testing shell 08:39:18.756 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:18.762 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:18.763 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:18.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:18.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:18.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:18.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:39:18.789 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:39:18.789 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:18.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.423 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.059 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.041 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.058 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.052 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.571 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.068 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.545 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.558 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.051 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.545 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.06 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.547 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.581 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.794 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.795 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:18.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:18.795 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.795 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:18.795 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:18.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:18.796 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:18.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:18.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:18.796 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:18.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:18.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:18.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:18.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:18.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:18.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:18.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:18.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:18.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:18.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:18.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:18.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:18.838 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:18.839 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:18.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:18.839 INFO [main][AbstractShell] Close shell Testing shell 08:39:18.839 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:18.844 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:18.844 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:18.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:18.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:18.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:18.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:18.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:18.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:18.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:18.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:18.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:18.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:18.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:18.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:18.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:18.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:18.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:18.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:18.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:18.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:18.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:18.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:18.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:18.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:18.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:18.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:18.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:18.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:18.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:18.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:18.892 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:18.892 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:18.892 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:18.892 INFO [main][AbstractShell] Close shell Testing shell 08:39:18.892 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:18.896 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:18.896 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:18.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:18.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:18.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:18.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:18.915 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:18.915 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:18.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:18.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:18.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:18.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:18.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:18.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:18.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:18.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:18.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:18.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:18.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:18.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:18.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:18.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:18.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:18.941 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:39:18.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:18.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:19.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:19.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:19.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:39:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:19.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:39:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:19.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:39:19.446 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:39:19.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:19.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:19.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:19.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:39:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:19.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:39:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:19.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:39:19.949 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:39:19.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:39:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:20.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:20.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:39:20.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:39:20.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:20.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:20.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:39:20.950 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:39:20.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:39:20.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:21.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:39:21.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:39:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:21.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:39:21.952 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:39:21.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:39:21.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:22.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:39:22.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:39:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:22.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:39:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:22.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:39:22.454 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:39:22.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:39:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:22.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:22.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:39:22.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:39:22.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:23.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:23.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:39:23.455 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:39:23.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:39:23.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:23.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:39:23.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:39:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:24.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:24.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:39:24.457 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.457 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.457 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.458 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.458 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.458 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.458 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.462 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.462 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.468 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.468 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:24.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:24.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:24.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:24.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.500 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.500 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.500 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.500 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.500 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.504 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.504 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:24.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:24.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.540 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.540 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.540 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.540 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.540 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.543 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.543 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:24.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:24.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'tree001') 08:39:24.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:39:24.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:24.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.596 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.596 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.596 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.596 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.596 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.600 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.600 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.606 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:24.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:24.644 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.644 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.644 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.644 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.644 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.644 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.644 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.648 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:39:24.653 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:39:24.653 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.859 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.068 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.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.055 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.047 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.036 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.658 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:24.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.659 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:24.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.670 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:24.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:39:24.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:39:24.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:24.717 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:39:24.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:39:24.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:24.723 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:39:24.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:24.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.724 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.724 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.724 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.724 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.724 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.727 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.728 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.728 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:39:24.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:39:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:39:24.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:24.763 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:39:24.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:39:24.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:24.764 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 08:39:24.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.768 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.768 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.769 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.769 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.769 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.772 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.772 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.812 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:39:24.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.812 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:39:24.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:39:24.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:24.825 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:39:24.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 08:39:24.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:24.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:24.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:24.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:24.826 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 08:39:24.837 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.837 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.837 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.837 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.837 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.837 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.837 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.841 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.841 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:39:24.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:39:24.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.063 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.078 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.048 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:39:24.866 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:39:24.867 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:24.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:39:24.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.867 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:24.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.868 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:24.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:39:24.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:39:24.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:24.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:24.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:24.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:39:24.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:39:24.910 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:39:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:39:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:39:24.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:39:24.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:39:24.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.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:24.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:24.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:39:24.911 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:39:24.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:39:24.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:39:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:39:24.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:24.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:24.912 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:24.912 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:24.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:24.912 INFO [main][AbstractShell] Close shell Testing shell 08:39:24.912 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:24.916 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:24.916 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:24.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:39:24.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:24.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:39:24.922 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:39:24.922 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:24.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.054 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:24.929 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:24.930 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:24.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:24.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:24.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:24.930 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:24.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:24.940 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:24.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:24.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:24.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:39:24.948 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:39:24.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:24.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:24.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:24.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:24.948 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:39:24.949 DEBUG [main][MenuItemLookup] Found menu:'File' 08:39:24.949 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:39:24.949 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:39:24.949 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:39:24.949 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:39:24.949 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:39:24.949 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:39:24.949 DEBUG [main][MenuItemLookup] Item match:Window 08:39:24.950 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:39:24.950 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:39:24.950 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:39:24.950 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:24.950 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:39:24.950 DEBUG [main][MenuItemLookup] Item match:Show View 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:24.955 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:39:24.955 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:39:24.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:39:24.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:39:24.955 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:39:25.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:39:25.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:39:25.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:39:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:25.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:39:25.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:39:25.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.022 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:39:25.022 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:39:25.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:39:25.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:39:25.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:39:25.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:39:25.024 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:39:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:39:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:39:25.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:39:25.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:39:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:39:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:39:25.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:39:25.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:39:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:25.082 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:25.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:25.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:25.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:25.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:25.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:39:25.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:25.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'label1') 08:39:25.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.086 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:25.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:39:25.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:39:25.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:25.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:25.107 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:39:25.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:39:25.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:25.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Name:") 08:39:25.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.109 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:25.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:39:25.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:25.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:25.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:39:25.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:39:25.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:25.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:25.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.024 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:39:25.114 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:39:25.114 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:25.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.115 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:39:25.115 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.115 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:25.115 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.115 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:25.115 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:39:25.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:39:25.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 08:39:25.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:39:25.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 08:39:25.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:39:25.140 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 08:39:25.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 08:39:25.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:39:25.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 08:39:25.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:25.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:25.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:39:25.142 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 08:39:25.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 08:39:25.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:25.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:39:25.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 08:39:25.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:39:25.145 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 08:39:25.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 08:39:25.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:39:25.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 08:39:25.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:39:25.147 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 08:39:25.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 08:39:25.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:25.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:39:25.148 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:25.148 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:25.148 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:25.149 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:25.149 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:25.149 INFO [main][AbstractShell] Close shell Testing shell 08:39:25.149 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:25.153 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:25.153 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:25.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:39:25.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:25.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:25.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:39:25.160 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:39:25.160 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:25.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:25.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.161 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.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.165 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.166 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:25.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.166 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:25.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.166 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:25.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:39:25.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:39:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:25.180 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:25.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:25.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:25.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:25.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:25.182 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:39:25.182 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:39:25.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.212 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:39:25.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:39:25.247 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:39:25.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.248 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:39:25.248 DEBUG [main][MenuItemLookup] Found menu:'File' 08:39:25.248 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:39:25.248 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:39:25.248 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:39:25.248 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:39:25.248 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:39:25.248 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:39:25.248 DEBUG [main][MenuItemLookup] Item match:Window 08:39:25.249 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:39:25.249 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:39:25.249 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:39:25.249 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.249 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:39:25.249 DEBUG [main][MenuItemLookup] Item match:Show View 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.252 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:39:25.252 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:39:25.253 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:39:25.253 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:39:25.253 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:39:25.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:39:25.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:39:25.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:39:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:25.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:39:25.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:39:25.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:39:25.325 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:39:25.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:39:25.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:39:25.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:39:25.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:39:25.332 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:39:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:39:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:39:25.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:39:25.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:25.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:39:25.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:39:25.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:39:25.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:39:25.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:39:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:25.426 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:25.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:25.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:25.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:25.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:25.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'text1') 08:39:25.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:39:25.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:25.439 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:25.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:25.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:25.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.440 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:39:25.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:39:25.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:39:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:25.522 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:25.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:25.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:25.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:25.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:25.524 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:39:25.524 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:39:25.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.525 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:39:25.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:39:25.558 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:39:25.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.558 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'File' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:39:25.559 DEBUG [main][MenuItemLookup] Item match:Window 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.559 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:39:25.559 DEBUG [main][MenuItemLookup] Item match:Show View 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.563 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:39:25.563 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:39:25.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:39:25.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:39:25.564 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:39:25.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:39:25.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:39:25.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:39:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:25.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:39:25.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:39:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.654 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:39:25.654 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:39:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:39:25.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:39:25.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:39:25.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:39:25.656 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:39:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:39:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:39:25.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:39:25.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:39:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:39:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:39:25.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:39:25.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.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 '\*?\QRedDeer SWT Controls\E') 08:39:25.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:25.727 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:25.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:25.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:25.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:25.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:25.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.730 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:39:25.730 DEBUG [main][MenuItemLookup] Found menu:'File' 08:39:25.730 DEBUG [main][MenuItemLookup] Item match:File 08:39:25.733 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:39:25.733 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'File' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.736 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:39:25.736 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:39:25.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:39:25.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:39:25.747 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:39:25.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 08:39:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 08:39:25.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:39:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:39:25.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:39:25.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:25.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:25.830 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 08:39:25.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:39:25.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:39:25.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:39:25.833 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:39:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:39:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:39:25.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:39:25.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:25.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:25.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:25.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.852 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:39:25.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:25.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:39:25.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:25.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:25.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:25.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:25.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:39:25.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:25.864 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:25.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:25.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:25.867 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:39:25.867 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:39:25.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:25.867 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:39:25.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:39:25.918 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:39:25.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:25.918 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'File' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:39:25.919 DEBUG [main][MenuItemLookup] Item match:Window 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.919 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:39:25.919 DEBUG [main][MenuItemLookup] Item match:Show View 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'' 08:39:25.923 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:39:25.923 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:39:25.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:39:25.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:39:25.923 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:39:25.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:39:25.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:39:25.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:39:25.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:25.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:25.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:39:25.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:39:25.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:39:25.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:39:25.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:39:25.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:39:25.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:39:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:39:25.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:39:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:39:25.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:39:25.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:39:25.982 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:39:25.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:39:25.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:39:25.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:39:25.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:25.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:39:25.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:25.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:25.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:25.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:39:25.984 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:39:25.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:39:25.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:39:25.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:39:25.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:39:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:39:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:39:26.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:39:26.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:26.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') 08:39:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:26.051 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:26.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:26.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:26.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:26.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:26.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:26.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:39:26.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.054 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:26.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.054 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text") 08:39:26.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.054 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:26.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.054 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.063 INFO [WorkbenchTestable][AbstractText] Text set to: New text 08:39:26.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 08:39:26.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.064 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:26.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.064 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.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: "New text") 08:39:26.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.064 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:26.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.065 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.065 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 08:39:26.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:26.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:39:26.065 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:39:26.065 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 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.412 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.213 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.070 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.071 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:26.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.071 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:26.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.072 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:26.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.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 "Test clabel") 08:39:26.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.142 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.143 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.143 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.143 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.144 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.144 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.144 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.144 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.152 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.152 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39: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 following matchers specified (Matcher matching widget with label: is "FormLabel") 08:39:26.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.217 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.218 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.218 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.218 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.218 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.218 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.218 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.227 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.227 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 08:39:26.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:26.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:39:26.276 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 08:39:26.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.278 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:39:26.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.281 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 08:39:26.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.283 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.284 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.284 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.284 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.284 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.293 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.293 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label4") 08:39:26.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.354 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.355 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.355 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.355 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.355 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.355 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.355 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.356 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.364 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 08:39:26.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.415 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.415 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:39:26.416 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.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 08:39:26.416 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.417 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.417 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.417 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.417 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.426 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.426 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1*") 08:39:26.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.479 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.480 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.480 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.480 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.481 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.481 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.481 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.481 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.489 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.489 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.514 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.514 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label3") 08:39:26.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.555 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.556 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.556 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.557 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.557 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.557 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.565 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.565 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1") 08:39:26.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.617 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.618 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.618 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.618 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.619 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.619 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.619 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.619 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.627 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.627 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.634 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.634 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 08:39:26.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.675 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.676 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:26.676 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:26.676 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:26.676 INFO [main][AbstractShell] Close shell Testing shell 08:39:26.676 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:26.685 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:26.685 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:26.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:26.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:26.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:26.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:26.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:26.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:26.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:26.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:26.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:26.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:26.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:39:26.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:26.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:26.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:26.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:26.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:26.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:26.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:26.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:26.733 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.733 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 08:39:26.733 INFO [WorkbenchTestable][AbstractText] Text set to: 08:39:26.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:26.734 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 08:39:26.737 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 08:39:26.792 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:26.792 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:39:27.395 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:27.395 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:39:27.996 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:27.996 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:39:28.597 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:28.597 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:39:29.198 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:29.198 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:39:29.799 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:29.800 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:39:30.400 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:30.401 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:39:31.002 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:31.002 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 08:39:31.603 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:31.603 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 08:39:32.204 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:32.204 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:39:32.805 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:32.805 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:39:33.406 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:33.406 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 08:39:34.007 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:34.007 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:39:34.612 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:34.612 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:39:35.213 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:35.213 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:39:35.814 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:35.815 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:39:36.416 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:39:36.416 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:39:37.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:39:37.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.019 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.019 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.020 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.020 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.020 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.020 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.029 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.029 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:39:37.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.080 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.080 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:39:37.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:39:37.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.081 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.084 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.084 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.084 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.084 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.085 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.085 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.085 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.085 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.093 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.093 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.100 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Special label?") 08:39:37.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.148 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.149 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.149 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.149 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.150 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.150 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.150 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.150 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.158 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.158 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 08:39:37.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.230 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.230 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.230 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.230 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.230 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.230 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.230 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.239 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.239 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.247 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 08:39:37.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.293 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.293 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.293 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.294 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.294 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.294 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.294 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.304 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.304 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2") 08:39:37.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.363 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.364 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.365 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.365 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.365 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.365 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.373 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.373 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.381 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:39:37.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.425 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.426 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.426 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.426 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.427 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.427 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.427 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.427 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.435 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.435 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 08:39:37.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:37.487 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:37.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.488 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:37.488 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:37.488 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:37.488 INFO [main][AbstractShell] Close shell Testing shell 08:39:37.488 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:37.497 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:37.497 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:37.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:39:37.504 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:39:37.504 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.435 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.087 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.075 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.07 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.062 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.058 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.062 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.344 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.066 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.067 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.067 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.510 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.510 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:37.510 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.510 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.511 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:37.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.514 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:37.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.518 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 08:39:37.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:39:37.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:39:37.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 '\*?\QRedDeer SWT Controls\E') 08:39:37.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:39:37.523 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:39:37.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:39:37.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:39:37.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:39:37.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:39:37.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:39:37.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:39:37.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:39:37.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:37.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.571 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:39:37.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:39:37.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:39:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:39:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:39:37.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 08:39:37.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:39:37.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:39:37.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:39:37.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.599 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:37.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:37.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Styled text") 08:39:37.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.600 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:39:37.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:37.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:37.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:37.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:39:37.601 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 08:39:37.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:37.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:39:37.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:39:37.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:37.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.045 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.026 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:37.610 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:37.611 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:37.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:37.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.611 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:37.612 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.612 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:37.612 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:37.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:37.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:37.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:37.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:37.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:37.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 256) 08:39:37.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:37.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:37.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:37.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:39:37.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:39:38.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:39:38.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:39:38.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:39:38.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:39:38.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:39:38.630 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 08:39:38.630 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:38.630 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:38.630 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:38.630 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:38.630 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:38.630 INFO [main][AbstractShell] Close shell Testing shell 08:39:38.630 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:38.633 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:38.633 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:38.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:38.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:38.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:38.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:38.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:38.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:38.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:38.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:38.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:38.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 08:39:38.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:38.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:38.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:38.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:38.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:39:38.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 08:39:38.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:38.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:38.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:38.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:38.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:39:38.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:38.661 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:38.661 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:38.661 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:38.661 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:38.661 INFO [main][AbstractShell] Close shell Testing shell 08:39:38.661 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:38.663 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:38.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:38.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:38.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:38.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:38.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:38.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:38.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:38.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:38.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:38.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:38.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 08:39:38.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:38.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:38.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:38.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:38.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:38.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 256) 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:38.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:38.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 08:39:38.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:38.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:38.690 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:38.690 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:38.690 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:38.690 INFO [main][AbstractShell] Close shell Testing shell 08:39:38.690 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:38.693 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:38.693 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:38.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:38.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:38.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:38.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.699 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:38.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:38.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:38.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:38.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:38.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:38.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:38.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 08:39:38.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:38.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:38.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:38.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:38.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:38.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:38.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:38.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:39:39.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:39.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:39:39.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:39.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:39:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:39:39.718 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:39:39.718 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:39.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 08:39:39.718 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:39.718 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:39.718 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:39.718 INFO [main][AbstractShell] Close shell Testing shell 08:39:39.718 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:39.721 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:39.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:39.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:39.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:39.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:39.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:39.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:39.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:39.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:39.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:39.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 08:39:39.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:39.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:39.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:39.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:39.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:39.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:39:39.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 08:39:39.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:39.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:39.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:39.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:39.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:39.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:39.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:39:39.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:39.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:39.745 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:39.745 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:39.745 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:39.745 INFO [main][AbstractShell] Close shell Testing shell 08:39:39.746 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:39.748 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:39.748 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:39.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:39.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:39.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:39.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:39.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:39.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:39.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:39.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:39.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:39.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:39.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 512) 08:39:39.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:39.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:39.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:39.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:39.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:39.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:39.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:39:40.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:40.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:39:40.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:40.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:39:40.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:39:40.775 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:39:40.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:40.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:40.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:40.775 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:40.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:40.775 INFO [main][AbstractShell] Close shell Testing shell 08:39:40.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:40.779 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:40.779 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:40.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:40.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:40.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:40.786 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:39:40.786 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:39:40.786 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:40.786 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.181 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.033 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.023 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.03 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.028 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.026 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:40.796 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:40.796 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:40.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:40.797 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:40.797 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:40.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:40.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:40.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 08:39:40.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:40.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:40.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:40.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:40.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:40.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:40.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:40.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:40.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:40.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:39:40.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:40.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:40.817 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:40.818 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:40.818 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:40.818 INFO [main][AbstractShell] Close shell Testing shell 08:39:40.818 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:40.822 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:40.822 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:40.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:40.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:40.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:40.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:40.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:40.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:40.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:40.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:40.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:40.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:40.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:40.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:40.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 4 and no matchers specified 08:39:40.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:40.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:40.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:40.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:40.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:40.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:40.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:39:40.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:39:41.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:39:41.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:39:41.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:39:41.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:39:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:39:41.848 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 08:39:41.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:41.849 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:41.849 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:41.849 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:41.849 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:41.849 INFO [main][AbstractShell] Close shell Testing shell 08:39:41.849 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:41.853 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:41.853 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:41.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:41.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:41.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:41.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 08:39:41.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:41.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.879 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:41.879 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:41.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:41.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:41.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:41.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:41.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:39:41.880 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:41.881 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:41.881 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:41.881 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:41.881 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:41.881 INFO [main][AbstractShell] Close shell Testing shell 08:39:41.881 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:41.885 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:41.885 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:41.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:41.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:41.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:41.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:41.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:41.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 08:39:41.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:41.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:41.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:41.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:41.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:41.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:39:41.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 08:39:41.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:41.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:39:41.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:41.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:41.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:41.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:41.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:41.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:41.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:41.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:39:41.917 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:39:41.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:41.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 08:39:41.918 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:41.919 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:41.919 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:41.919 INFO [main][AbstractShell] Close shell Testing shell 08:39:41.919 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:41.922 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:41.922 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:41.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:41.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:41.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:41.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:41.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:41.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:41.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 08:39:41.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:41.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:41.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:41.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:41.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:39:41.948 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:41.948 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:41.948 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:41.948 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:41.948 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:41.948 INFO [main][AbstractShell] Close shell Testing shell 08:39:41.948 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:41.953 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:41.953 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:41.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:41.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:41.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.959 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:41.959 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:41.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:41.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:41.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:41.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 08:39:41.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:41.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:41.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:41.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:41.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:41.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:41.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:39:41.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:41.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:41.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:41.979 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:41.979 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:41.979 INFO [main][AbstractShell] Close shell Testing shell 08:39:41.979 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:41.984 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:41.984 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:41.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:41.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:41.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:42.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:39:42.017 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:39:42.017 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:42.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.031 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.032 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.031 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.037 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.031 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.058 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:42.024 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:42.025 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:39:42.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:42.025 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:42.025 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:42.025 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:39:42.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:42.026 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:39:42.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:42.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:42.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:42.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:42.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:42.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:42.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:42.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:42.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:42.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:42.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:42.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:42.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:42.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:42.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:42.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:42.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:42.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 08:39:42.564 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:42.564 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:42.564 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:42.564 INFO [main][AbstractShell] Close shell Testing shell 08:39:42.564 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:42.574 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:42.574 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:42.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:42.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:42.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:42.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:42.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:42.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:42.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:42.581 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:42.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:42.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:42.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:42.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:42.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 08:39:42.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:43.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:43.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:43.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:43.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:43.064 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:39:43.064 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:43.064 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:43.064 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:43.064 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:43.064 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:43.064 INFO [main][AbstractShell] Close shell Testing shell 08:39:43.064 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:43.074 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:43.074 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:43.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:43.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:43.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:43.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:43.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:43.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:43.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:43.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:43.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:43.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:43.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:43.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:43.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:43.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:43.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:43.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:43.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:43.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:43.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:43.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:43.561 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 08:39:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:43.562 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:43.562 TRACE [main][WidgetHandler] Wait for synchronization 08:39:43.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:43.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:43.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:43.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:43.565 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:43.566 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:43.566 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:43.566 INFO [main][AbstractShell] Close shell Testing shell 08:39:43.566 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:43.575 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:43.575 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:43.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:43.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:43.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:43.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:43.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:43.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:43.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:43.581 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:43.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:43.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:43.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:43.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:43.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:39:43.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:44.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:44.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:44.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:44.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:44.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:44.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:39:44.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:39:44.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:44.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:39:44.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:44.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:44.070 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:39:44.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 08:39:44.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 08:39:44.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:39:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 08:39:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:44.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:44.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:44.076 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:44.076 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:44.076 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:44.076 INFO [main][AbstractShell] Close shell Testing shell 08:39:44.076 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:44.087 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:44.087 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:44.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:44.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:44.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:44.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:44.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:44.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:44.100 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:44.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:44.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:44.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:44.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:44.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:44.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:44.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:44.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:44.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:44.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:44.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:44.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:44.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:44.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:44.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:44.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:44.578 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 08:39:44.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:44.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:44.586 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:44.586 TRACE [main][WidgetHandler] Wait for synchronization 08:39:44.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:44.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:44.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:44.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:44.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:44.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:44.589 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:44.589 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:44.589 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:44.589 INFO [main][AbstractShell] Close shell Testing shell 08:39:44.589 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:44.599 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:44.599 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:44.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:44.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:44.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:44.611 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:44.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:44.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:44.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:44.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:44.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:44.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:44.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:44.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:45.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:45.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:45.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:45.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:45.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:45.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:45.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:45.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:45.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:45.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:45.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:45.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:45.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:45.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:45.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:45.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:45.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:45.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:45.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:45.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:45.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:45.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:45.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:45.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:45.097 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:45.097 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:45.097 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:45.097 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:45.097 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:45.097 INFO [main][AbstractShell] Close shell Testing shell 08:39:45.097 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:45.107 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:45.107 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:45.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:45.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:45.107 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:45.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:45.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:45.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:45.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:45.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:45.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:45.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:45.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:45.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:45.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:45.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:45.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:45.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:45.601 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:39:45.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:45.602 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:45.602 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:45.602 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:45.602 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:45.602 INFO [main][AbstractShell] Close shell Testing shell 08:39:45.602 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:45.611 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:45.611 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:45.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:45.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:45.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:45.618 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:45.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:45.618 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:45.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:45.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:46.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:46.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:46.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:46.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:46.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:46.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:46.105 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:39:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:46.105 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:46.105 TRACE [main][WidgetHandler] Wait for synchronization 08:39:46.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:46.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 08:39:46.105 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:46.106 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:46.106 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:46.106 INFO [main][AbstractShell] Close shell Testing shell 08:39:46.106 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:46.116 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:46.116 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:46.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:46.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:46.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:46.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:46.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:46.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:46.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:46.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:46.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:46.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:46.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:39:46.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:46.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:46.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:46.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:46.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:39:46.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:39:46.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:46.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:39:46.608 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:39:46.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:46.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:46.609 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:46.609 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:46.609 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:46.609 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:46.609 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:46.609 INFO [main][AbstractShell] Close shell Testing shell 08:39:46.609 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:46.619 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:46.619 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:46.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:46.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:46.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:46.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:46.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:46.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:46.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:46.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:46.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:46.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:46.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:46.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:47.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:47.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:47.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:47.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:47.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:47.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:47.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:47.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 08:39:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 08:39:47.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:47.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:47.128 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:47.128 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:47.128 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:47.128 INFO [main][AbstractShell] Close shell Testing shell 08:39:47.128 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:47.142 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:47.142 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:47.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:47.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:47.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:47.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:47.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:47.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:47.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:47.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:47.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:47.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:47.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:47.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:47.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:47.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:47.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:47.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:47.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:47.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:47.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:47.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:47.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:47.649 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:47.649 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:47.649 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:47.649 INFO [main][AbstractShell] Close shell Testing shell 08:39:47.649 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:47.663 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:47.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:47.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:47.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:47.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:47.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:47.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:47.679 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:47.679 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:47.679 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:47.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:47.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:47.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:47.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:47.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:47.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:48.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:48.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:48.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:48.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:48.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:48.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'table2') 08:39:48.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:48.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:48.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:48.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:48.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:39:48.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:39:48.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:48.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:48.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:48.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:48.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:48.169 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:48.169 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:48.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:48.169 INFO [main][AbstractShell] Close shell Testing shell 08:39:48.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:48.179 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:48.179 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:48.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:48.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:48.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:48.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:48.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:48.186 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:48.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:48.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:48.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:48.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:48.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:48.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:48.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:48.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:48.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:48.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:48.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:48.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:48.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:48.671 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:39:48.672 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:48.672 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:48.672 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:48.672 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:48.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:48.672 INFO [main][AbstractShell] Close shell Testing shell 08:39:48.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:48.681 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:48.681 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:48.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:48.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:48.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:48.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:48.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:48.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:48.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:48.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:48.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:48.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:48.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:48.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:48.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:48.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:49.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:49.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:49.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:49.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:49.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:49.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:49.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:49.168 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:39:49.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:49.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:49.169 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:49.169 TRACE [main][WidgetHandler] Wait for synchronization 08:39:49.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:49.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:49.169 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:49.169 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:49.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:49.169 INFO [main][AbstractShell] Close shell Testing shell 08:39:49.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:49.179 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:49.179 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:49.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:49.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:49.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:49.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:49.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:49.186 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:49.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:49.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:49.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:49.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:49.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:49.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:49.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:49.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:49.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:49.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:49.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:49.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:49.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:49.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:49.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:49.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:49.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:49.668 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:39:49.669 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:49.669 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:49.669 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:49.669 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:49.669 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:49.669 INFO [main][AbstractShell] Close shell Testing shell 08:39:49.669 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:49.678 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:49.679 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:49.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:49.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:49.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:49.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:49.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:49.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:49.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:49.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:49.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:49.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:49.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:49.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:50.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:50.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:50.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:50.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:50.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:50.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:50.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:50.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:50.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:50.162 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:50.162 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:50.162 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:50.162 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:50.162 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:50.162 INFO [main][AbstractShell] Close shell Testing shell 08:39:50.162 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:50.172 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:50.172 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:50.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:50.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:50.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:50.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:50.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:50.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:50.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:50.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:50.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:50.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:50.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:50.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:50.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:50.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:50.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:50.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:50.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:50.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:50.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:50.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:50.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:50.665 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:50.665 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:50.665 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:50.665 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:50.665 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:50.665 INFO [main][AbstractShell] Close shell Testing shell 08:39:50.665 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:50.674 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:50.674 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:50.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:50.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:50.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:50.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:50.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:50.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:50.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:50.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:50.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:50.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:50.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:39:50.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:51.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:51.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:51.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:51.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:39:51.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:39:51.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:51.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:39:51.178 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:39:51.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:51.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:51.178 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:51.178 TRACE [main][WidgetHandler] Wait for synchronization 08:39:51.178 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:51.178 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:51.178 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:51.178 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:51.178 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:51.178 INFO [main][AbstractShell] Close shell Testing shell 08:39:51.178 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:51.188 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:51.188 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:51.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:51.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:51.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:51.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:51.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:51.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:51.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:51.193 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:51.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:51.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:51.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:51.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:51.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:51.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:51.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:51.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:51.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:51.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:51.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:51.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:51.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:51.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:51.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:51.679 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:51.679 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:51.679 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:51.679 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:51.679 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:51.679 INFO [main][AbstractShell] Close shell Testing shell 08:39:51.679 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:51.690 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:51.690 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:51.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:51.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:51.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:51.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:51.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:51.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:51.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:51.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:51.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:51.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:51.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:51.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:51.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:52.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:52.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:52.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:52.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:52.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:52.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:52.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:52.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:52.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:52.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:52.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:52.179 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 08:39:52.181 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:52.181 TRACE [main][WidgetHandler] Wait for synchronization 08:39:52.181 TRACE [main][WidgetHandler] Notify Table with event 8 08:39:52.181 TRACE [main][WidgetHandler] Wait for synchronization 08:39:52.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:52.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:52.183 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:52.183 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:52.183 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:52.183 INFO [main][AbstractShell] Close shell Testing shell 08:39:52.183 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:52.193 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:52.193 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:52.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:52.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:52.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:52.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:52.206 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:52.206 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:52.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:52.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:52.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:52.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:52.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:52.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:52.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:52.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:52.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:52.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:52.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:52.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:52.687 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:52.687 TRACE [main][WidgetHandler] Wait for synchronization 08:39:52.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:52.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:52.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:52.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:52.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:52.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:52.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:52.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:52.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:52.691 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:52.692 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:52.692 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:52.692 INFO [main][AbstractShell] Close shell Testing shell 08:39:52.692 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:52.701 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:52.701 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:52.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:52.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:52.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:52.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:52.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:52.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:52.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:52.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:52.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:52.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:52.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:52.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:53.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:53.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:53.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:53.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:53.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:53.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:53.181 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 08:39:53.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:53.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:53.181 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:53.181 TRACE [main][WidgetHandler] Wait for synchronization 08:39:53.181 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:53.182 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:53.182 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:53.182 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:53.182 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:53.182 INFO [main][AbstractShell] Close shell Testing shell 08:39:53.182 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:53.191 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:53.191 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:53.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:53.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:53.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:53.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:53.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:53.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:53.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:53.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:53.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:53.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:53.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:53.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:53.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:53.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:53.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:53.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:53.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:53.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:53.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:53.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:53.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:53.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:53.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:53.703 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:39:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:53.703 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:53.703 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:53.703 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:53.703 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:53.703 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:53.703 INFO [main][AbstractShell] Close shell Testing shell 08:39:53.703 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:53.714 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:53.714 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:53.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:53.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:53.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:53.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:53.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:53.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:53.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:53.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:53.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:53.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:53.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:53.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:53.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:53.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:54.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:54.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:54.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:54.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:54.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:54.230 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:39:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:54.230 TRACE [main][WidgetHandler] Notify Table with event 13 08:39:54.230 TRACE [main][WidgetHandler] Wait for synchronization 08:39:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:54.233 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 08:39:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:54.236 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:54.236 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:54.236 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:54.236 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:54.236 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:54.236 INFO [main][AbstractShell] Close shell Testing shell 08:39:54.236 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:54.248 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:54.248 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:54.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:54.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:54.248 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:54.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:54.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:54.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:54.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:54.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:54.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:54.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:54.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:54.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:54.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:39:54.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:54.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:54.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:54.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:54.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:54.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:54.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:39:54.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:39:54.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:54.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:39:54.751 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:39:54.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:39:54.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:39:54.752 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:39:54.752 DEBUG [main][AbstractWait] Waiting until shell is active... 08:39:54.752 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:39:54.752 INFO [main][AbstractShell] Close shell Testing shell 08:39:54.752 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:39:54.762 DEBUG [main][AbstractWait] Waiting while shell is available... 08:39:54.762 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:39:54.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:54.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:39:54.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:39:54.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:54.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:54.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:54.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:39:54.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:39:54.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:39:54.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:39:54.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:39:54.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:39:55.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:39:55.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:39:55.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:39:55.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:39:55.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:39:55.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:39:55.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:39:55.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:39:55.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:39:55.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:39:55.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:39:55.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 08:39:55.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:55.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:56.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:56.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:57.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:57.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:57.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:57.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:58.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:58.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:39:59.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:39:59.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:01.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:01.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:02.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:02.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:02.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:02.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:03.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:04.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:04.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:04.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:04.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:05.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 08:40:05.410 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:05.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 08:40:05.410 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:05.410 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:05.410 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:05.410 INFO [main][AbstractShell] Close shell Testing shell 08:40:05.410 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:05.421 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:05.421 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:05.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:40:05.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:05.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:05.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:40:05.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:40:05.428 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:05.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.405 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.555 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.518 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.511 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.496 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.505 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.533 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.518 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.507 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.492 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.503 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.512 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.503 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.488 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.519 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.534 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.519 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.653 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:05.436 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:05.436 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:05.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:05.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:05.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:05.437 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:05.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:05.437 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:05.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:05.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:05.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:05.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:05.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:05.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:05.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:05.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:05.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:05.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:05.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:05.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:05.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:05.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:05.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:05.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:05.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 7 and no matchers specified 08:40:05.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:05.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:40:05.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:40:05.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:05.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:40:05.782 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@703d98e5 08:40:05.785 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:05.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 08:40:05.785 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:05.785 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:05.785 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:05.785 INFO [main][AbstractShell] Close shell Testing shell 08:40:05.785 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:05.794 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:05.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:05.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:05.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:05.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:05.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:05.802 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:05.802 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:05.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:05.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:05.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:05.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:06.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:40:06.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:06.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:06.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:06.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:06.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:40:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 3") 08:40:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:06.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:06.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:40:06.166 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:06.167 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:06.167 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:06.167 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:06.167 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:06.167 INFO [main][AbstractShell] Close shell Testing shell 08:40:06.167 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:06.175 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:06.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:06.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:06.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:06.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:06.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:06.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:06.182 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:06.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:06.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:06.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:06.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:06.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:06.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:06.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 08:40:06.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:06.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:06.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:06.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:06.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:06.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:06.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:06.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:06.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:40:06.530 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:06.530 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:06.530 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:06.530 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:06.530 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:06.530 INFO [main][AbstractShell] Close shell Testing shell 08:40:06.530 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:06.538 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:06.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:06.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:06.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:06.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:06.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:06.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:06.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:06.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:06.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:06.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:06.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:06.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:06.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:06.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "0 3") 08:40:06.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:06.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:06.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:06.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:06.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:06.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:40:06.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:06.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:06.892 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:06.892 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:06.892 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:06.892 INFO [main][AbstractShell] Close shell Testing shell 08:40:06.892 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:06.900 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:06.900 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:06.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:06.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:06.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:06.906 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:06.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:06.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:06.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:06.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:06.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:06.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:07.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:40:07.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:07.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:07.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:07.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:07.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:07.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:07.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:40:07.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 2") 08:40:07.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:07.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:07.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:07.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:07.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:40:07.255 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 08:40:07.255 TRACE [main][WidgetHandler] Notify Table with event 13 08:40:07.256 TRACE [main][WidgetHandler] Wait for synchronization 08:40:07.257 TRACE [main][WidgetHandler] Notify Table with event 3 08:40:07.257 TRACE [main][WidgetHandler] Wait for synchronization 08:40:07.257 TRACE [main][WidgetHandler] Notify Table with event 4 08:40:07.257 TRACE [main][WidgetHandler] Wait for synchronization 08:40:07.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:07.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:07.258 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:07.258 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:07.258 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:07.258 INFO [main][AbstractShell] Close shell Testing shell 08:40:07.258 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:07.267 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:07.267 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:07.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:07.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:07.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:07.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:07.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:07.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:07.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:07.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:07.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:07.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:07.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:07.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:07.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 1 and no matchers specified 08:40:07.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:07.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:07.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:07.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:07.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:07.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:40:07.626 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:07.626 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:07.626 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:07.626 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:07.626 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:07.626 INFO [main][AbstractShell] Close shell Testing shell 08:40:07.626 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:07.634 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:07.634 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:07.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:07.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:07.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:07.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:07.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:07.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:07.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:07.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:07.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:07.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:07.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:40:07.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:07.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:07.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:07.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:07.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:07.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:07.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:07.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:40:07.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and no matchers specified 08:40:07.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:07.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:07.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:07.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:07.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:40:07.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:07.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:07.983 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:07.983 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:07.983 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:07.983 INFO [main][AbstractShell] Close shell Testing shell 08:40:07.983 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:07.992 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:07.992 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:07.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:07.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:07.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:07.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:07.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:07.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:07.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:07.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:07.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:07.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:07.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:07.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:08.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:40:08.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:08.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:08.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:08.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:08.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:08.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:08.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:08.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:08.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:08.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:40:08.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 1 and no matchers specified 08:40:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:08.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:08.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:08.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:40:08.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:08.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:08.390 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:08.391 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:08.391 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:08.391 INFO [main][AbstractShell] Close shell Testing shell 08:40:08.391 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:08.399 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:08.399 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:08.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:08.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:08.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:08.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:08.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:08.414 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:08.414 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:08.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:08.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:08.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:08.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:08.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:08.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 08:40:08.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:08.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:08.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:08.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:08.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:40:08.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:40:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:08.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:40:08.752 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 08:40:08.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 08:40:08.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:08.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:08.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:08.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:08.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:08.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:08.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:40:08.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:40:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:08.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:40:08.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:08.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:08.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:08.755 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:08.755 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:08.755 INFO [main][AbstractShell] Close shell Testing shell 08:40:08.755 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:08.764 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:08.764 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:08.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:08.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:08.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:08.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:08.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:08.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:08.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:08.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:08.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:08.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:08.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:08.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:09.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 6 and no matchers specified 08:40:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:40:09.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:40:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:40:09.121 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 08:40:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 6 and no matchers specified 08:40:09.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:40:09.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:40:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:40:09.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:09.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:09.124 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:09.124 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:09.124 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:09.124 INFO [main][AbstractShell] Close shell Testing shell 08:40:09.124 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:09.132 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:09.132 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:09.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:09.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:40:09.146 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:40:09.146 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.712 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.364 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.38 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.362 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.362 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.367 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.368 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.357 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.416 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.356 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.375 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.157 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.157 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:09.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.157 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.158 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.158 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:09.158 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.158 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:09.158 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 08:40:09.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:09.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:40:09.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 08:40:09.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.208 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:09.208 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:09.208 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:09.209 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:09.209 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:09.209 INFO [main][AbstractShell] Close shell Testing shell 08:40:09.209 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:09.216 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:09.216 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:09.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.222 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.222 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified ( with key 'comboTestKey' and value '3') 08:40:09.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:40:09.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:40:09.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:40:09.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:40:09.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.261 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:40:09.264 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:09.264 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:09.264 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:09.265 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:09.265 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:09.265 INFO [main][AbstractShell] Close shell Testing shell 08:40:09.265 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:09.273 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:09.273 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:09.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 08:40:09.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 08:40:09.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:40:09.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 08:40:09.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:09.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:40:09.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:40:09.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 2 and no matchers specified 08:40:09.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:40:09.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:40:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 08:40:09.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 08:40:09.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 3 and no matchers specified 08:40:09.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:40:09.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:40:09.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 08:40:09.330 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:09.330 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:09.330 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:09.331 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:09.331 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:09.331 INFO [main][AbstractShell] Close shell Testing shell 08:40:09.331 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:09.338 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:09.338 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:09.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 08:40:09.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.384 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:40:09.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:09.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:09.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:09.385 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:09.385 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:09.385 INFO [main][AbstractShell] Close shell Testing shell 08:40:09.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:09.393 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:09.393 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:09.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:40:09.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:09.439 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 08:40:09.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:09.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:09.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:09.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:09.439 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:09.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:09.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:09.440 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:09.441 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:09.441 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:09.441 INFO [main][AbstractShell] Close shell Testing shell 08:40:09.441 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:09.448 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:09.448 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:09.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 08:40:09.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:09.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:09.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:40:09.493 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 08:40:09.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:09.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:09.493 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:09.494 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:09.494 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:09.494 INFO [main][AbstractShell] Close shell Testing shell 08:40:09.494 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:09.501 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:09.501 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:09.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:09.501 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.507 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:09.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:09.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:09.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:09.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:09.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:09.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 5 and no matchers specified 08:40:09.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:09.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:09.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:09.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:09.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:09.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:09.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:09.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:10.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:10.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:10.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:10.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:10.546 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 08:40:10.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:10.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:10.546 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:10.546 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:10.546 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:10.546 INFO [main][AbstractShell] Close shell Testing shell 08:40:10.546 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:10.555 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:10.555 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:10.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:10.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:10.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:10.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:10.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:10.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:10.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:10.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:10.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 08:40:10.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:10.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:10.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:10.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:10.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:10.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:10.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:10.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:11.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:11.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:11.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:11.612 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 08:40:11.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:11.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:11.613 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:11.613 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:11.613 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:11.613 INFO [main][AbstractShell] Close shell Testing shell 08:40:11.613 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:11.621 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:11.621 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:11.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:11.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:11.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:11.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:11.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:40:11.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:40:11.664 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 08:40:11.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:11.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:11.666 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:11.667 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:11.667 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:11.667 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:11.667 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:11.667 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:11.667 INFO [main][AbstractShell] Close shell Testing shell 08:40:11.667 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:11.674 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:11.674 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:11.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:11.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:40:11.685 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:40:11.685 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.53 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.064 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.057 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.065 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.06 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.049 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.053 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.055 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.065 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.058 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.694 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.695 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:11.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.695 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.695 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.695 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:11.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.696 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:11.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 2 and no matchers specified 08:40:11.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:40:11.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:40:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 08:40:11.731 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 08:40:11.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:11.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:11.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:11.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:11.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:11.735 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:11.735 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:11.735 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:11.735 INFO [main][AbstractShell] Close shell Testing shell 08:40:11.735 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:11.741 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:11.741 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:11.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 08:40:11.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:40:11.785 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:11.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 08:40:11.785 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:11.786 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:11.786 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:11.786 INFO [main][AbstractShell] Close shell Testing shell 08:40:11.786 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:11.791 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:11.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:11.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.806 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.806 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.806 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and no matchers specified 08:40:11.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:40:11.835 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:40:11.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 08:40:11.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:40:11.837 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:11.837 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:11.837 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:11.837 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:11.837 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:11.837 INFO [main][AbstractShell] Close shell Testing shell 08:40:11.837 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:11.842 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:11.842 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:11.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 0") 08:40:11.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:40:11.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 08:40:11.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:40:11.886 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:40:11.887 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:40:11.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:11.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:11.888 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:11.888 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:11.888 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:11.888 INFO [main][AbstractShell] Close shell Testing shell 08:40:11.888 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:11.894 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:11.894 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:11.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 08:40:11.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:11.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:11.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:11.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:40:11.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:11.938 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:11.938 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:11.938 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:11.938 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:11.938 INFO [main][AbstractShell] Close shell Testing shell 08:40:11.938 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:11.943 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:11.943 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:11.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:11.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:11.958 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:11.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:11.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:11.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:11.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:11.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 5 and no matchers specified 08:40:11.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:11.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:11.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:11.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:11.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:12.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:12.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:12.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:12.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:12.988 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 08:40:12.989 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:12.989 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:12.989 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:12.989 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:12.989 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:12.989 INFO [main][AbstractShell] Close shell Testing shell 08:40:12.989 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:12.994 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:12.994 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:12.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:12.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:12.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:13.007 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:13.007 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:13.007 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:13.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 08:40:13.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:13.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:13.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:13.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:13.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:13.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:13.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:13.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:13.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:13.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:14.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:14.039 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 08:40:14.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.040 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.040 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.040 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.040 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.045 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.045 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:14.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:14.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:14.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:14.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 08:40:14.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:40:14.088 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:40:14.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:14.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:14.089 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:14.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.090 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.090 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.090 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.090 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.090 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.095 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.096 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:14.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:40:14.108 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:40:14.108 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.415 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.058 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.051 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.049 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.053 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.049 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.049 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.05 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.118 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.118 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:14.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.118 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:14.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.119 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:14.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:40:14.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.140 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.140 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.141 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.141 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.141 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.141 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.141 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.141 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.145 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.145 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:40:14.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.178 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.178 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.178 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.178 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.178 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.178 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.178 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.178 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.178 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.182 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.182 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.182 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.194 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:40:14.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.212 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.212 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.212 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.212 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.212 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.216 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.216 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.227 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.227 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.228 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:40:14.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.246 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:40:14.247 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.247 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.248 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.248 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.248 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.248 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.248 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.248 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.248 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.252 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.252 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.252 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.261 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.261 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.261 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:40:14.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'list001') 08:40:14.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:40:14.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.282 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.282 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.282 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.282 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.282 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.282 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.285 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.285 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:40:14.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.315 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 08:40:14.315 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.315 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.316 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.316 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.316 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.316 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.316 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.317 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.317 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.317 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.317 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.320 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.320 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:40:14.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:40:14.349 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:40:14.349 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.349 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.350 TRACE [main][WidgetHandler] Notify List with event 13 08:40:14.350 TRACE [main][WidgetHandler] Wait for synchronization 08:40:14.354 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.354 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.354 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.354 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.354 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.354 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.354 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.358 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.358 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:40:14.364 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:40:14.364 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.04 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 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.035 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:14.371 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:14.372 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:14.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.372 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:14.372 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.372 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:14.372 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.372 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:14.372 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.373 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:14.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:14.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 2 and no matchers specified 08:40:14.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:40:14.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:40:14.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 08:40:14.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 08:40:14.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:14.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:14.401 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:14.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 08:40:14.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:14.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:40:14.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:14.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:14.404 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:14.405 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:14.405 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:14.405 INFO [main][AbstractShell] Close shell Testing shell 08:40:14.405 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:14.410 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:14.410 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:14.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:14.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:14.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.416 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:14.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:14.416 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:14.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:14.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:14.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:14.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:14.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 08:40:14.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:40:14.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:40:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:14.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 08:40:14.449 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 08:40:14.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 08:40:14.450 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:40:14.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 08:40:14.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:14.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:14.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:14.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:40:14.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:40:14.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:40:14.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:40:15.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:40:15.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:40:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:15.453 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 08:40:15.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:15.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:15.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:15.453 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:15.454 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:15.454 INFO [main][AbstractShell] Close shell Testing shell 08:40:15.454 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:15.459 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:15.459 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:15.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:15.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:15.459 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:15.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:15.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:15.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:15.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:15.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:15.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:15.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:15.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 5 and no matchers specified 08:40:15.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:15.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:15.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:15.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:15.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:15.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:15.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:15.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:15.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:15.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:16.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:40:16.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:40:16.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:16.500 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 08:40:16.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:16.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:16.500 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:16.500 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:16.500 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:16.500 INFO [main][AbstractShell] Close shell Testing shell 08:40:16.500 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:16.505 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:16.505 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:16.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:16.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:16.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:16.511 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:16.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:16.511 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:16.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:16.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:16.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:16.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:16.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 08:40:16.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:16.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:16.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:16.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:16.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:17.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:17.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:17.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:17.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:17.545 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 08:40:17.545 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:17.545 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:17.545 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:17.545 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:17.545 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:17.545 INFO [main][AbstractShell] Close shell Testing shell 08:40:17.545 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:17.551 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:17.551 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:17.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:17.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:17.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:17.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:17.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:17.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:17.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:17.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:17.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 08:40:17.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:17.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:17.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:17.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:17.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:17.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:17.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:17.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:40:17.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 08:40:17.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:17.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:17.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:17.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:17.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:17.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:17.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:17.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:17.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:17.586 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:17.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 08:40:17.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:17.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:17.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:17.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:17.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:17.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:17.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:17.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:40:17.587 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:17.587 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:17.587 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:17.588 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:17.588 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:17.588 INFO [main][AbstractShell] Close shell Testing shell 08:40:17.588 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:17.593 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:17.593 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:17.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:17.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:40:17.605 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:40:17.605 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.234 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.043 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.056 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.039 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.046 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.048 s Running org.eclipse.reddeer.swt.test.DummyTest 08:40:17.610 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 08:40:17.611 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:17.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:17.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:40:17.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:17.611 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:17.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:17.611 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:17.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:17.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:17.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:40:17.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:40:17.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:17.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:17.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:17.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:40:17.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:40:17.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:40:17.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.612 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.003 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0.001 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.624 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.625 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:17.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:17.625 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:17.625 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:17.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:17.625 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:17.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:17.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 2 and no matchers specified 08:40:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:17.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:40:17.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:40:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:17.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 08:40:17.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:17.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:17.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:17.643 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:17.643 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:17.643 INFO [main][AbstractShell] Close shell Testing shell 08:40:17.643 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:17.646 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:17.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:17.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:17.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:17.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:17.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:17.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:17.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:17.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 08:40:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:17.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:17.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:17.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:17.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:17.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:17.670 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:17.670 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:17.670 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:17.670 INFO [main][AbstractShell] Close shell Testing shell 08:40:17.670 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:17.674 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:17.674 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:17.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:17.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:17.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:17.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:17.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:17.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:17.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:17.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:17.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:17.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:17.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:17.700 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:17.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic") 08:40:17.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:17.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:17.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:17.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:17.709 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:17.709 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:17.709 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:17.709 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:17.709 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:17.709 INFO [main][AbstractShell] Close shell Testing shell 08:40:17.709 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:17.711 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:17.711 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:17.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:17.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:17.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 08:40:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 08:40:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 08:40:19.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:19.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:19.727 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:19.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:19.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:19.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:19.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:19.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip") 08:40:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:19.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:19.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:19.760 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:19.760 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:19.760 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:19.760 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:19.760 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:19.760 INFO [main][AbstractShell] Close shell Testing shell 08:40:19.760 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:19.765 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:19.765 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:19.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:19.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:19.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:19.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:19.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:19.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:19.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:19.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:19.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:19.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:19.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:19.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:19.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:19.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:19.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:19.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 08:40:19.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:19.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:19.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:19.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:19.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 08:40:19.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:19.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:19.810 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:19.810 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:19.810 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:19.810 INFO [main][AbstractShell] Close shell Testing shell 08:40:19.810 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:19.813 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:19.813 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:19.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:19.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:19.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:19.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:19.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:19.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:40:19.819 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:40:19.819 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:19.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.195 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.026 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.033 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.042 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.047 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:19.825 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:19.825 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:19.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:19.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:19.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:19.826 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:19.839 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:19.839 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:19.839 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:19.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:19.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:19.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:19.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:19.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:19.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:19.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:19.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:19.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:19.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:19.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:19.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:19.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:19.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:19.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:19.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 08:40:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:40:19.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:20.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:20.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:40:20.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:20.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:20.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:40:20.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:20.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:40:20.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:20.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:20.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:40:20.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:20.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:40:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:20.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:20.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 08:40:20.873 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:20.873 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:20.873 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:20.873 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:20.873 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:20.873 INFO [main][AbstractShell] Close shell Testing shell 08:40:20.873 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:20.878 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:20.878 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:20.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:20.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:20.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:20.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:20.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:20.883 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:20.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:20.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:20.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:20.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:20.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:20.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:20.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:20.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:20.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:20.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:20.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:20.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:20.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:20.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:20.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:40:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:40:20.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:40:21.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:40:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:40:21.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:40:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:40:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:40:21.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:40:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:40:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:40:21.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 08:40:21.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:21.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:21.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:21.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:21.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:21.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:40:21.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:40:21.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:40:21.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:40:21.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:40:21.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:40:21.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:40:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:40:21.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:21.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:21.920 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:21.921 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:21.921 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:21.921 INFO [main][AbstractShell] Close shell Testing shell 08:40:21.921 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:21.925 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:21.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:21.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:21.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:21.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:21.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:21.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:21.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:21.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:21.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:21.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:21.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:21.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:21.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:21.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:21.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:21.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:21.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:21.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:21.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:21.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:40:21.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:21.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:21.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:21.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:21.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:21.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:21.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:40:21.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:21.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 08:40:21.970 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:21.970 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:21.970 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:21.970 INFO [main][AbstractShell] Close shell Testing shell 08:40:21.970 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:21.974 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:21.974 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:21.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:21.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:21.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:21.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:21.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:21.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:21.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:21.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:21.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:21.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:21.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:21.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:22.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:22.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:22.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:22.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:22.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:22.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:22.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:22.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:22.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 08:40:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:22.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:22.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:22.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:23.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:23.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 08:40:23.010 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:23.010 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:23.010 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:23.011 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:23.011 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:23.011 INFO [main][AbstractShell] Close shell Testing shell 08:40:23.011 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:23.015 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:23.015 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:23.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:23.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:23.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:23.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:23.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:23.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:23.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:23.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:23.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:23.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:23.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:23.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:23.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:23.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:23.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:23.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:23.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:23.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:23.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:23.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:23.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:23.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:23.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:23.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:40:23.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:23.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:24.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:24.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:24.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:40:24.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:24.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:24.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:24.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:24.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:24.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:24.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:40:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:40:25.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:25.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:25.060 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:25.061 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:25.061 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:25.061 INFO [main][AbstractShell] Close shell Testing shell 08:40:25.061 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:25.066 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:25.066 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:25.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:25.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:25.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:25.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:25.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:25.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:25.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:25.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:25.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:25.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:25.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:25.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:25.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:25.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:25.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:25.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:25.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:25.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:25.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 08:40:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 08:40:26.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:26.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:26.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:26.112 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:26.112 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:26.112 INFO [main][AbstractShell] Close shell Testing shell 08:40:26.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:26.116 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:26.116 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:26.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:26.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:26.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:26.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:26.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:26.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:26.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:26.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:26.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:26.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:26.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:26.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:26.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:26.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:26.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:26.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:26.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:26.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:26.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:40:27.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 08:40:27.662 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:27.662 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:27.662 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:27.662 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:27.662 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:27.662 INFO [main][AbstractShell] Close shell Testing shell 08:40:27.662 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:27.667 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:27.667 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:27.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:27.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:27.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:27.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:40:27.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:40:27.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:27.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.849 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.044 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.048 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.048 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.041 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.063 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.05 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.537 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 08:40:27.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:27.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:27.699 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:27.699 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:27.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:27.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:27.728 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:27.728 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:27.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:27.759 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 08:40:27.760 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 08:40:27.760 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:27.760 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:27.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:27.789 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:27.789 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:27.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:27.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:27.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:27.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:27.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:27.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:28.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. failed, an exception will be thrown 08:40:28.827 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:28.827 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:28.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:28.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:28.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:28.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:28.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:28.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:28.858 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:28.858 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:28.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:28.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:28.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:28.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:28.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:28.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:28.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:28.889 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:28.889 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:28.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:28.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:28.924 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:28.924 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:28.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:28.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:28.953 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:28.953 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:28.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:28.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:28.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:28.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:28.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:28.989 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:28.989 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:28.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:29.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:29.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:29.028 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:29.028 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:29.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:40:29.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:40:29.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:40:29.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:29.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:29.057 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:40:29.057 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:40:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:29.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.029 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.041 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.03 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.018 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.039 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.043 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.029 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.036 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.017 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.049 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.026 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.042 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.082 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.082 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:29.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:29.082 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.082 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:29.082 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:29.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:29.083 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:29.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:29.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:29.083 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:29.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:29.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:29.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:29.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:29.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:29.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:29.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:29.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:29.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:29.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:29.260 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:29.260 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:29.260 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:29.260 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:29.260 INFO [main][AbstractShell] Close shell Testing shell 08:40:29.260 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:29.266 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:29.266 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:29.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:29.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:29.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:29.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:29.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:29.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:29.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:29.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:29.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:29.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:29.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:29.451 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:29.451 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:29.451 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:29.452 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:29.452 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:29.452 INFO [main][AbstractShell] Close shell Testing shell 08:40:29.452 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:29.458 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:29.458 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:29.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:29.458 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:29.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:29.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:29.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:29.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:29.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:29.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:29.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:29.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:29.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:29.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:29.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:29.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:29.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:29.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:29.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:29.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:29.651 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:29.651 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:29.651 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:29.651 INFO [main][AbstractShell] Close shell Testing shell 08:40:29.651 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:29.658 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:29.658 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:29.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:29.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:29.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.664 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:29.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:29.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:29.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:29.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:40:29.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:29.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:29.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:29.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:40:29.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:40:29.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:29.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:40:29.844 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:29.844 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:29.844 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:29.844 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:29.844 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:29.844 INFO [main][AbstractShell] Close shell Testing shell 08:40:29.844 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:29.851 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:29.851 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:29.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:29.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:29.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:29.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:29.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:29.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:29.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:29.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:29.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:29.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:30.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:30.036 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:30.037 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:30.037 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:30.037 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:30.037 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:30.037 INFO [main][AbstractShell] Close shell Testing shell 08:40:30.037 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:30.043 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:30.043 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:30.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:30.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:30.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:30.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:30.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:30.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:30.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:30.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:30.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:30.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:30.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:30.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:30.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:30.232 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:30.233 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:30.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:30.233 INFO [main][AbstractShell] Close shell Testing shell 08:40:30.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:30.239 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:30.239 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:30.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:30.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:30.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:30.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:30.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:30.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:30.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:30.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:30.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:30.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:30.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:30.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:30.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:30.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:30.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:30.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:30.433 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:30.433 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:30.433 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:30.433 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:30.433 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:30.433 INFO [main][AbstractShell] Close shell Testing shell 08:40:30.433 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:30.440 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:30.440 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:30.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:30.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:30.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:30.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:30.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:30.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:30.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:30.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:40:30.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:40:30.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:40:30.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:40:30.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:40:30.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:30.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:30.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:30.641 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:30.641 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:30.641 INFO [main][AbstractShell] Close shell Testing shell 08:40:30.641 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:30.648 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:30.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:30.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:30.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:30.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:40:30.653 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:40:30.653 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:30.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:30.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.573 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.193 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.2 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.192 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.192 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.197 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.212 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.196 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:30.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:30.659 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:30.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:30.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:30.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:30.659 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:30.667 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:30.667 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:30.667 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:30.667 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:30.667 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:40:30.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 08:40:30.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 08:40:30.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:40:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available. finished successfully 08:40:30.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 08:40:30.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 08:40:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:40:30.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:40:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 08:40:30.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:30.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 08:40:30.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:40:30.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:30.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:40:30.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 08:40:30.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:30.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:40:30.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:30.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:30.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:31.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:31.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:31.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:31.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:40:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:40:31.699 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 08:40:31.699 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 08:40:31.699 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 08:40:31.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:31.704 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 08:40:31.704 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 08:40:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:31.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:31.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.713 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:40:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:40:31.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:40:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.736 INFO [WorkbenchTestable][AbstractShell] Close shell 08:40:31.736 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:40:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:31.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:31.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 08:40:31.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 08:40:31.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 08:40:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.769 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 08:40:31.770 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 08:40:31.770 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 08:40:31.771 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 08:40:31.771 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 08:40:31.771 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 08:40:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:31.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:31.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.779 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:40:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:40:31.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:40:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.807 INFO [WorkbenchTestable][AbstractShell] Close shell 08:40:31.807 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:40:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:31.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 08:40:31.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available. finished successfully 08:40:31.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 08:40:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.850 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 08:40:31.850 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 08:40:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:31.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:40:31.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:40:31.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.046 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.032 s defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.034 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.037 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.864 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.864 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:31.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.865 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.865 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:31.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:40:31.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.866 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:40:31.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:31.866 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:40:31.866 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:40:31.867 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:40:31.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:40:31.868 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:40:31.868 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.001 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:40:31.872 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:40:31.872 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:31.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:40:31.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.872 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:31.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.896 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:31.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:40:31.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:40:31.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:31.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:40:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:40:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:31.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:31.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:31.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:40:31.922 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:31.922 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:31.922 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:31.922 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:31.922 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:31.922 INFO [main][AbstractShell] Close shell Testing shell 08:40:31.922 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:31.925 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:31.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:31.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:40:31.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:40:31.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:40:31.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:40:31.934 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:40:31.934 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:31.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.934 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:40:31.934 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.934 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:31.935 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.935 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:31.935 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:40:31.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:40:31.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:31.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:40:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:31.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:40:31.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:31.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:31.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:31.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:31.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:40:31.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 08:40:31.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:40:31.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:40:31.972 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:40:31.972 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:31.972 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:31.972 INFO [main][AbstractShell] Close shell Testing shell 08:40:31.972 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:40:31.975 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:31.975 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:31.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:40:31.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:31.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:40:31.985 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:40:31.985 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:31.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:31.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:31.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:31.989 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:31.990 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:31.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:31.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.990 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:31.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.998 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:31.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:31.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:31.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:31.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:31.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:31.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:31.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:40:32.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.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 '\*?\QRedDeer SWT\E') 08:40:32.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:40:32.012 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:40:32.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:40:32.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:40:32.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:40:32.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:40:32.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:40:32.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:32.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:32.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:40:32.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:40:32.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:40:32.053 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:40:32.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:40:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:40:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:40:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:40:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:40:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.055 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:40:32.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 08:40:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:32.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:32.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.073 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:40:32.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:40:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:40:32.113 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:40:32.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:40:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:40:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:40:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:40:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:40:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.115 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:40:32.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 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 08:40:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.116 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:40:32.116 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:40:32.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:32.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.117 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:32.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:40:32.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:40:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:40:32.138 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:40:32.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:40:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:40:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:40:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:40:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:40:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.140 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:40:32.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT View.*') 08:40:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.141 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:40:32.141 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:40:32.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:40:32.150 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:40:32.150 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.032 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.025 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.061 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.155 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.155 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:32.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.155 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:32.156 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.156 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:32.156 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem") 08:40:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.172 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:40:32.172 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:40:32.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT Workbench.*') 08:40:32.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.178 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:40:32.178 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:40:32.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.211 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:40:32.211 DEBUG [main][MenuItemLookup] Found menu:'File' 08:40:32.211 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:40:32.211 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:40:32.211 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:40:32.211 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:40:32.211 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:40:32.211 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:40:32.211 DEBUG [main][MenuItemLookup] Item match:Window 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.212 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:40:32.212 DEBUG [main][MenuItemLookup] Item match:Preferences 08:40:32.212 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:40:32.212 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:40:32.212 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:40:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:40:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:40:32.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:40:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.334 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:40:32.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:32.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:32.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.336 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:40:32.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:40:32.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:40:32.338 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:40:32.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:40:32.338 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:40:32.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and no matchers specified 08:40:32.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:40:32.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 08:40:32.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.395 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 08:40:32.395 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:40:32.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:40:32.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:40:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.399 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:40:32.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:40:32.402 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:40:32.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:40:32.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:40:32.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:40:32.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.429 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.435 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'File' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:40:32.436 DEBUG [main][MenuItemLookup] Item match:Window 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.436 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:40:32.436 DEBUG [main][MenuItemLookup] Item match:Preferences 08:40:32.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:40:32.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:40:32.436 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:40:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:40:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:40:32.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:40:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.538 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:40:32.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:32.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.539 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 08:40:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.541 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:40:32.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:40:32.554 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:40:32.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:40:32.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:40:32.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:40:32.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.576 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.576 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:40:32.576 DEBUG [main][MenuItemLookup] Found menu:'File' 08:40:32.576 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:40:32.576 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:40:32.576 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:40:32.576 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:40:32.576 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:40:32.576 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:40:32.576 DEBUG [main][MenuItemLookup] Item match:Window 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.577 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:40:32.577 DEBUG [main][MenuItemLookup] Item match:Preferences 08:40:32.577 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:40:32.577 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:40:32.577 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:40:32.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:40:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:40:32.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:40:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.674 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:40:32.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:32.675 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.675 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:40:32.676 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:40:32.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:40:32.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:40:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression '.*ack.*') 08:40:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:40:32.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.732 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.732 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:40:32.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:40:32.736 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:40:32.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:40:32.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:40:32.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:40:32.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:40:32.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:32.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:40:32.765 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:40:32.765 DEBUG [main][MenuItemLookup] Found menu:'File' 08:40:32.765 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:40:32.765 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:40:32.765 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:40:32.765 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:40:32.765 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:40:32.765 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:40:32.765 DEBUG [main][MenuItemLookup] Item match:Window 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 08:40:32.766 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:40:32.766 DEBUG [main][MenuItemLookup] Item match:Preferences 08:40:32.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:40:32.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:40:32.766 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:40:32.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:40:32.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:40:32.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:40:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.860 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:40:32.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:40:32.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:40:32.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:40:32.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.862 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.862 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.862 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:40:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolBar with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:40:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 08:40:32.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:40:32.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:40:32.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:40:32.865 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:40:32.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:40:32.865 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:40:32.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:40:32.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:40:32.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:40:32.867 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:40:32.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:40:32.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:40:32.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:40:32.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:40:32.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.901 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:40:32.901 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:40:32.901 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:32.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.016 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.007 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.249 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.147 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.189 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.137 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:32.906 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:32.906 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:40:32.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:32.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.906 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:40:32.907 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.907 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:40:32.907 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:32.907 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:32.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:32.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:32.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:32.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:32.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:32.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:32.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:32.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:40:32.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:32.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:32.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:32.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:32.928 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:32.928 INFO [WorkbenchTestable][Keyboard] Type text "test123" 08:40:32.929 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:32.929 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:33.530 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:33.530 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:40:34.131 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:34.131 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:40:34.732 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:34.732 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:35.333 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:35.333 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:40:35.934 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:35.934 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:40:36.535 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:36.535 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 08:40:37.137 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:37.137 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:37.137 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:37.138 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:37.138 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:37.138 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:40:37.138 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:40:37.142 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:37.142 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:37.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:37.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:37.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:37.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:37.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:37.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:37.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:37.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:37.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:37.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:37.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:37.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:37.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:37.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:37.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:37.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:37.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:40:37.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:37.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:37.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:37.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:37.172 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:37.173 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:40:37.173 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:37.173 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:37.774 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:37.774 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:40:38.376 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:38.376 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:40:38.977 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:38.977 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:39.577 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:40:39.577 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:40:39.779 INFO [WorkbenchTestable][Keyboard] Move cursor 08:40:39.979 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:39.979 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:40.179 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:40.582 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:40.582 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:40.782 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:40.983 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:40:41.184 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:40:41.184 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:40:41.384 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 08:40:41.384 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 08:40:41.585 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 08:40:41.786 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:40:41.987 INFO [WorkbenchTestable][Keyboard] Move cursor 08:40:42.187 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:42.187 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:42.387 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:42.789 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:42.789 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:42.989 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:43.390 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:43.390 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:43.591 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:43.992 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:43.992 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:44.194 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:44.595 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:44.595 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:44.795 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:44.996 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:40:44.996 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:40:45.196 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:40:45.196 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:40:45.397 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:40:45.598 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:40:45.800 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:45.800 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:45.800 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:45.801 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:45.802 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:45.802 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:40:45.802 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:40:45.807 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:45.807 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:45.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:45.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:45.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:45.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:45.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:45.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:45.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:45.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:45.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:45.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:45.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:45.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:45.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:45.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:45.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:40:45.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:45.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:45.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:45.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:45.860 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:45.860 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 08:40:45.861 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:45.861 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:40:46.061 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 08:40:47.062 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:47.062 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:40:47.263 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:40:48.264 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:48.264 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:40:48.464 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:49.466 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:49.466 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:40:50.067 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:50.067 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:40:50.668 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:50.668 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:51.269 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:51.269 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:40:51.469 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 08:40:52.471 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:52.471 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:52.471 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:52.472 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:52.472 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:52.472 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:40:52.472 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:40:52.476 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:52.477 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:52.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:52.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:52.477 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:52.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:52.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:52.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:52.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:52.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:52.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:52.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:52.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:52.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:52.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:52.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:52.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:52.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:40:52.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:52.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:52.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:52.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:52.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:52.510 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:52.511 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:40:52.511 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:52.511 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:53.112 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:53.112 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:40:53.713 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:53.713 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:40:54.315 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:54.315 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:54.915 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:40:54.916 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:40:55.116 INFO [WorkbenchTestable][Keyboard] Move cursor 08:40:55.316 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:55.316 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:55.516 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:55.918 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:40:55.918 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:40:56.119 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:40:56.320 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:40:56.520 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 08:40:56.520 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 08:40:56.721 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 08:40:56.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:56.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:56.923 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:56.924 DEBUG [main][AbstractWait] Waiting until shell is active... 08:40:56.924 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:40:56.924 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:40:56.924 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:40:56.928 DEBUG [main][AbstractWait] Waiting while shell is available... 08:40:56.929 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:40:56.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:56.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:56.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:56.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:56.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:56.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:56.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:56.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:56.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:56.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:56.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:40:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:56.936 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:56.936 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:40:57.137 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 08:40:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 08:40:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 08:40:58.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 08:40:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:58.153 INFO [WorkbenchTestable][AbstractShell] Close shell Search 08:40:58.153 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 08:40:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:40:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:40:58.195 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:58.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:58.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:40:58.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:40:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:58.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:58.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:40:58.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:40:58.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:40:58.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:40:58.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:40:58.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:40:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:40:58.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:40:58.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:40:58.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:40:58.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:40:58.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:40:58.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:40:58.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:40:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:40:58.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:40:58.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:40:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:40:58.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:40:58.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:40:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:40:58.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:40:58.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:40:58.226 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:40:58.226 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:58.226 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:40:58.827 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:58.827 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:40:59.428 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:40:59.428 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:41:00.029 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:41:00.030 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:41:00.630 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:41:00.630 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:41:00.831 INFO [WorkbenchTestable][Keyboard] Move cursor 08:41:01.031 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:41:01.031 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:41:01.231 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:41:01.633 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:41:01.633 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:41:01.833 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:41:02.034 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:41:02.235 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:41:02.235 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:41:02.435 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 08:41:02.435 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 08:41:02.636 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 08:41:02.836 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:41:03.037 INFO [WorkbenchTestable][Keyboard] Move cursor 08:41:03.237 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:41:03.237 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:41:03.437 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:41:03.839 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:41:03.839 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:41:04.039 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:41:04.440 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:41:04.440 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:41:04.640 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:41:05.041 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:41:05.042 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:41:05.242 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:41:05.643 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:41:05.643 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:41:05.843 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:41:06.044 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:41:06.044 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:41:06.244 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:41:06.244 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:41:06.445 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:41:06.646 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:41:06.846 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:41:06.846 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:41:06.846 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:41:06.847 DEBUG [main][AbstractWait] Waiting until shell is active... 08:41:06.847 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:41:06.847 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:41:06.847 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:41:06.851 DEBUG [main][AbstractWait] Waiting while shell is available... 08:41:06.851 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:41:06.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:41:06.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:06.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:06.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:41:06.868 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:41:06.868 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:06.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.964 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.252 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.671 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.65 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.454 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.26 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.672 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 08:41:06.873 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:41:06.874 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:41:06.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:06.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:41:06.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:06.874 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:41:06.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:06.875 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:41:06.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:06.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:06.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:41:06.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:41:06.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:06.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:06.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:06.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:41:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:06.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 08:41:06.883 TRACE [WorkbenchTestable][WidgetLookup] 145 widget(s) found 08:41:06.883 INFO [WorkbenchTestable][WidgetResolverTest] Testing 145 widgets for matching children to parent. 08:41:06.887 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@19cf111c] 08:41:06.887 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@fef4fda] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@19cf111c] 08:41:06.887 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@19cf111c] 08:41:06.887 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@19cf111c] 08:41:06.888 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@18e6b4e2] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@19cf111c] 08:41:06.888 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@6d82a9bb] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.888 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@6d82a9bb] 08:41:06.889 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}] 08:41:06.889 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@19057ce2] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.889 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@19057ce2] 08:41:06.890 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@19057ce2] 08:41:06.890 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@19057ce2] 08:41:06.890 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@19057ce2] 08:41:06.890 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 08:41:06.891 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 08:41:06.892 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@60d5f350] 08:41:06.892 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 08:41:06.892 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@60d5f350] 08:41:06.892 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.893 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.893 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:41:06.893 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:41:06.897 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.898 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.898 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.898 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.899 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:41:06.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 08:41:06.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 08:41:06.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] 08:41:06.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 08:41:06.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:41:06.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:41:06.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:41:06.905 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@405a2c7b] 08:41:06.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open a file or drop files here to open them.} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Find Actions} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+3} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.908 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Show Key Assist} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.908 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+L} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.908 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {New} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.908 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+N} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.909 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open Type} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.909 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+T} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:41:06.909 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:41:06.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:41:06.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:41:06.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:41:06.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:41:06.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:41:06.911 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:41:06.911 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.911 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.911 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.912 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:41:06.912 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@27779eaa] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.913 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@27779eaa] 08:41:06.913 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}] 08:41:06.913 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 08:41:06.913 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.914 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.914 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.914 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.914 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.915 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.915 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.915 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.915 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.916 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.916 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.916 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.916 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:41:06.917 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.917 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.917 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:41:06.917 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:41:06.918 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.command.testCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.918 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.918 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:41:06.919 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:41:06.919 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 08:41:06.919 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 08:41:06.919 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 08:41:06.920 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 08:41:06.920 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@758d901e] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@fef4fda] 08:41:06.920 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@fef4fda] 08:41:06.920 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@758d901e] 08:41:06.920 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@758d901e] 08:41:06.921 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@758d901e] 08:41:06.921 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.921 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 08:41:06.921 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:41:06.922 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:41:06.922 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.922 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.922 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.923 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 08:41:06.923 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 08:41:06.923 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.923 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.923 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.924 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.924 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.924 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.924 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.924 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.924 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.925 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.925 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@1d2d3bc2] 08:41:06.925 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.925 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:41:06.926 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.926 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.926 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.926 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.927 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.927 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=undo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.927 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=redo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.927 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.928 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.DebugDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.928 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.RunDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.928 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.929 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.929 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.929 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.929 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.930 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.930 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.930 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.931 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.931 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.931 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.932 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.932 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.932 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.932 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.932 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.933 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.933 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.933 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.933 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:41:06.934 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}] 08:41:06.934 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] 08:41:06.935 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.935 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget ImageBasedFrame {} [layout=null] 08:41:06.935 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] 08:41:06.936 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.936 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:41:06.937 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@135e49b2 (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@5d37aa0f, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Resource, iconURI: platform:/plugin/org.eclipse.ui.ide.application/$nl$/icons/full/eview16/resource_persp.png, tooltip: null, context: PerspectiveImpl (org.eclipse.ui.resourcePerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 08:41:06.937 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@6054ac20 (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@5d37aa0f, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Java, iconURI: platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png, tooltip: null, context: PerspectiveImpl (org.eclipse.jdt.ui.JavaPerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 08:41:06.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:41:06.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:06.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:06.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:41:06.938 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:41:06.938 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:06.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.063 s Running org.eclipse.reddeer.swt.test.EditorBarTest 08:41:06.944 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 08:41:06.945 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:41:06.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:06.945 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:41:06.945 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:06.945 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:41:06.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:06.946 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:41:06.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:06.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:06.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:41:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:41:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:06.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:41:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:06.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:41:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:06.947 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:41:06.947 DEBUG [main][MenuItemLookup] Found menu:'File' 08:41:06.947 DEBUG [main][MenuItemLookup] Item match:File 08:41:06.948 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:41:06.948 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'File' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:06.951 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:41:06.951 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:41:06.951 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:41:06.951 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:41:06.952 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:41:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 08:41:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 08:41:07.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:41:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:07.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:41:07.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:07.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:07.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:07.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:41:07.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:07.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:07.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:07.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:07.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:07.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:41:07.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:41:07.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:41:07.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:41:07.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:41:07.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:41:07.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:41:07.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:41:07.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:41:07.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:41:07.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:41:07.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:41:07.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:41:07.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:41:07.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:41:07.545 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:41:07.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:41:07.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:41:07.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 08:41:07.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:07.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:41:07.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:07.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:07.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:07.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:41:07.551 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:41:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:41:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:41:07.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:41:07.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:07.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:41:07.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:41:07.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:41:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:07.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:41:07.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:07.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:41:07.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:07.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:07.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:07.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:07.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:41:07.590 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:41:07.591 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 08:41:07.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 08:41:07.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:07.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:07.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:07.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:41:07.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:07.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:07.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:07.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:07.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:07.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:41:07.595 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:41:07.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:41:07.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:41:07.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:41:07.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:07.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:41:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:41:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:41:08.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:41:08.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:41:08.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:41:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:41:08.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:08.109 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:41:08.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:41:08.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:08.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:08.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:41:08.109 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:41:08.109 DEBUG [main][MenuItemLookup] Found menu:'File' 08:41:08.109 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:41:08.109 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:41:08.109 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:41:08.109 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:41:08.109 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:41:08.109 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:41:08.109 DEBUG [main][MenuItemLookup] Item match:Window 08:41:08.110 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:41:08.110 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:41:08.110 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:41:08.110 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:08.110 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:41:08.110 DEBUG [main][MenuItemLookup] Item match:Show View 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:08.115 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:41:08.115 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:41:08.115 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:41:08.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:41:08.115 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:41:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:41:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:41:08.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:41:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:08.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:41:08.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:08.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:41:08.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:08.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:08.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:08.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:41:08.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:41:08.176 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:41:08.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:41:08.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:41:08.176 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:41:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:41:08.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:41:08.177 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:41:08.177 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:41:08.177 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:41:08.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:41:08.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:08.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:41:08.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:08.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:08.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:41:08.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:08.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:08.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:08.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:41:08.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:08.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:08.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:08.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:08.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:41:08.179 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:41:08.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:41:08.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:41:08.179 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:41:08.179 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:41:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:41:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:41:08.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:41:08.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:08.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:41:08.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:08.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:08.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:41:08.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:41:08.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:08.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:08.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:08.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:41:08.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:08.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:08.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:08.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:41:08.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:41:08.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:41:08.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:08.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:08.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:08.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:08.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:08.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:08.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:08.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:08.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:08.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:08.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:08.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:08.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:08.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:08.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:08.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:09.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:41:09.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:09.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:09.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:09.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:09.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:41:09.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:09.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:41:09.265 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:41:09.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:09.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:09.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:09.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:09.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:41:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:09.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:41:09.274 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:41:09.274 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:41:09.274 DEBUG [main][TreeItemHandler] Set Tree selection 08:41:09.274 DEBUG [main][TreeHandler] Notify Tree about selection event 08:41:09.288 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:41:09.307 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 08:41:09.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:09.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:09.308 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:41:09.308 DEBUG [main][MenuItemLookup] Found menu:'File' 08:41:09.308 DEBUG [main][MenuItemLookup] Item match:File 08:41:09.309 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:41:09.309 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:41:09.311 DEBUG [main][MenuItemLookup] Found menu:'File' 08:41:09.311 DEBUG [main][MenuItemLookup] Item match:File 08:41:09.312 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 08:41:09.312 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 08:41:09.313 INFO [main][MenuItemHandler] Select menu item: File 08:41:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:41:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:41:09.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:41:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:09.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:41:09.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:09.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:41:09.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:09.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:41:09.394 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:41:09.395 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 08:41:09.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 08:41:09.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:09.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:41:09.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:09.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:41:09.397 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:41:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:41:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:41:09.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:41:09.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:09.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:41:09.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:41:09.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a94d5d9 is found... 08:41:09.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a94d5d9 is found finished successfully 08:41:09.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 08:41:09.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:09.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:41:09.551 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:09.552 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 08:41:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:09.552 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 08:41:09.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task") 08:41:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:09.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:41:09.552 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 08:41:09.552 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:41:09.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:09.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.555 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:41:09.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 08:41:09.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:09.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:09.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 08:41:09.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:41:09.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:09.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:09.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:41:09.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:09.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:09.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:09.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:09.579 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:09.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:09.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:09.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:09.579 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:09.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:09.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:09.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:09.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:09.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:09.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:10.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:10.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:10.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:10.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:10.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:41:10.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:41:10.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:41:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:41:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:41:10.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:41:10.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:10.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:10.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:10.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:10.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:41:10.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:41:10.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:41:10.584 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:41:10.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:41:10.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:41:10.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:41:10.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'New' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:10.647 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:41:10.647 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:41:10.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:41:10.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:41:10.647 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:41:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:41:10.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:41:10.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:41:11.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:41:11.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:41:11.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:41:11.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:41:11.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:41:11.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:41:11.149 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 08:41:11.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:41:11.149 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:41:11.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:41:11.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:41:11.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:41:11.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:11.190 DEBUG [main][MenuItemLookup] Found menu:'New' 08:41:11.190 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:41:11.190 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:11.190 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:41:11.190 DEBUG [main][MenuItemLookup] Found menu:'' 08:41:11.190 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:41:11.190 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:41:11.191 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:41:11.191 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:41:11.191 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:41:11.191 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:41:11.191 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:41:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 08:41:11.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 08:41:11.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:41:11.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:11.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:11.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:11.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:11.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: 32) 08:41:11.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:11.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:11.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:11.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:41:11.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:11.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:11.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:11.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:41:11.844 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:41:11.844 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:41:11.844 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:41:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:41:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:41:11.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:41:11.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:11.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:41:11.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:11.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:41:11.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:11.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:11.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:11.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:41:11.846 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:41:11.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:41:11.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:41:11.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:41:11.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:41:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:41:11.854 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:41:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:41:12.355 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:41:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:41:12.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:41:12.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:41:12.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:41:12.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:41:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:41:12.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:41:12.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:12.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:12.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:41:12.356 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:41:12.356 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:12.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.412 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.41 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-0834 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core.test --- [INFO] Resolving class path of RedDeer Core Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest 08:41:47.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:41:47.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:48.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:48.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:48.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:48.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:48.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:48.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:41:48.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:48.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:41:48.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:41:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:48.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:41:48.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:41:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:41:48.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 08:41:48.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:41:48.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:41:48.237 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:41:48.237 DEBUG [main][AbstractWait] Waiting until shell is active... 08:41:48.237 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:41:48.237 INFO [main][AbstractShell] Close shell Testing shell 08:41:48.238 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:41:48.258 DEBUG [main][AbstractWait] Waiting while shell is available... 08:41:48.259 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:41:48.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:41:48.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:48.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:48.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:48.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:48.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:48.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:48.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:48.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:41:48.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:48.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:48.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:41:48.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:41:48.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:41:48.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:41:48.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:41:48.839 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:41:48.839 DEBUG [main][AbstractWait] Waiting until shell is active... 08:41:48.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:41:48.839 INFO [main][AbstractShell] Close shell Testing shell 08:41:48.840 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:41:48.851 DEBUG [main][AbstractWait] Waiting while shell is available... 08:41:48.851 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:41:48.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:48.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:48.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:41:48.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:41:48.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:48.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:41:48.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:41:48.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:41:48.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:41:48.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:41:49.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:41:49.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:49.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:49.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:49.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:49.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:49.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:49.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:49.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:41:49.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:49.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:49.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:49.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:49.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:49.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:49.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:49.406 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:41:49.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:41:49.407 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:41:49.407 DEBUG [main][AbstractWait] Waiting until shell is active... 08:41:49.407 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:41:49.408 INFO [main][AbstractShell] Close shell Testing shell 08:41:49.408 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:41:49.419 DEBUG [main][AbstractWait] Waiting while shell is available... 08:41:49.419 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:41:49.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:41:49.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:49.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:49.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:49.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:49.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:49.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:49.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:49.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:41:49.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:49.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:49.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:49.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:49.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:49.974 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:41:49.974 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:41:49.974 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:41:49.975 DEBUG [main][AbstractWait] Waiting until shell is active... 08:41:49.975 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:41:49.975 INFO [main][AbstractShell] Close shell Testing shell 08:41:49.975 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:41:49.987 DEBUG [main][AbstractWait] Waiting while shell is available... 08:41:49.987 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:41:49.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:49.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:41:50.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:41:50.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:50.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:50.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:50.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:50.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:50.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:50.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:50.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:50.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:50.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:41:50.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:41:50.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:50.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:50.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:50.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:50.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:50.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:50.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:50.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:41:50.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:41:50.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:50.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:50.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:50.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:50.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:50.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:50.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:41:50.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:41:50.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:50.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:41:50.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:41:50.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:50.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:50.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:50.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:50.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:50.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:50.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:41:50.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:50.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:50.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:50.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:50.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:50.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:50.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:41:50.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:41:50.599 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:41:50.600 DEBUG [main][AbstractWait] Waiting until shell is active... 08:41:50.600 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:41:50.600 INFO [main][AbstractShell] Close shell Testing shell 08:41:50.600 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:41:50.611 DEBUG [main][AbstractWait] Waiting while shell is available... 08:41:50.611 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:41:50.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:41:50.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:51.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:51.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:51.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:41:51.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:41:51.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:41:51.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:41:51.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:41:51.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:41:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:51.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:41:51.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:41:51.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:41:51.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:41:51.156 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:41:51.156 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:41:51.156 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:41:51.157 DEBUG [main][AbstractWait] Waiting until shell is active... 08:41:51.157 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:41:51.157 INFO [main][AbstractShell] Close shell Testing shell 08:41:51.157 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:41:51.167 DEBUG [main][AbstractWait] Waiting while shell is available... 08:41:51.168 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.327 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.328 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.591 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.567 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.568 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.625 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.556 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:51.199 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:41:51.200 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:41:51.213 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:41:51.214 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:41:51.228 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:51.240 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:41:51.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:51.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:51.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:41:51.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:41:51.246 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:41:51.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:51.247 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:41:51.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:51.249 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:41:51.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:51.253 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:51.254 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:41:51.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:51.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:51.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:51.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:41:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:41:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:41:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:41:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:41:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:41:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:41:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:41:51.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:41:52.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:41:52.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:41:53.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 08:41:53.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:41:53.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:41:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:41:54.261 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:41:54.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:54.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:54.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:54.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:54.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:54.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:41:54.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:54.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:41:54.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:54.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:54.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:54.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:41:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:41:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:41:54.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:54.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:55.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:55.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:56.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:56.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:57.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:57.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:58.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:58.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 08:41:59.277 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 08:41:59.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:59.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:41:59.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:41:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:41:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:41:59.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:41:59.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:41:59.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:41:59.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:41:59.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:41:59.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:41:59.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:41:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:41:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:41:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:41:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:41:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:41:59.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:41:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:00.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:00.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:01.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:01.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:02.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:02.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:03.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:03.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:04.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:05.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:42:05.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:42:05.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:42:05.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:42:06.284 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 08:42:06.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:06.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:42:06.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:42:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:06.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:06.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:06.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:06.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:42:06.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:06.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:06.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:06.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:07.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:07.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:07.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:07.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:08.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:08.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:08.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:08.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:09.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:09.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:09.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:09.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:10.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:10.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:10.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:10.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:11.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:11.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:11.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:11.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:12.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:12.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:12.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:12.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:13.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:13.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:13.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:13.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:14.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:14.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:14.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:14.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:42:15.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:15.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:42:15.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:42:15.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:42:16.296 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:42:16.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:16.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:16.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:16.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:42:16.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:16.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:42:16.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:16.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:16.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:16.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:42:16.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:16.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:42:16.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:16.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:16.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:42:16.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:42:17.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:17.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:17.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:42:17.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:18.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:18.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:42:18.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:18.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:18.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:42:18.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:19.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:19.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:19.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:19.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:20.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:20.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:20.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:20.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:21.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:21.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:21.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:21.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:42:22.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:42:22.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:42:22.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:42:22.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:42:22.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:42:23.304 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:42:24.304 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:42:24.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:24.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:24.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:24.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:24.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:24.305 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:42:24.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:24.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:42:24.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:24.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:24.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:24.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:42:24.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:24.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:25.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:25.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:42:26.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:42:26.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:42:26.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:42:26.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:42:26.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:26.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:26.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:26.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:26.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:26.308 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:42:26.309 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:42:26.310 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:26.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:26.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:26.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.113 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.013 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.01 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.007 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.011 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.008 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.003 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:26.320 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:26.323 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:26.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:26.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:26.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:26.324 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:26.325 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:26.325 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:26.325 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:26.325 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:26.325 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:42:26.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:26.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:26.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:26.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:26.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:42:26.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:26.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:26.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:26.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:42:26.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:42:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:26.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:42:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:26.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:42:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:42:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:42:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:42:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:42:26.889 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:26.889 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:26.889 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:26.889 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:26.889 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:26.889 INFO [main][AbstractShell] Close shell Testing shell 08:42:26.890 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:26.903 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:26.903 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:26.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:26.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:26.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:26.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:26.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:26.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:42:26.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:26.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:42:26.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:26.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:26.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:26.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:26.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:42:26.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:26.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:26.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:26.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:26.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:26.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:26.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:26.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:26.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:26.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:42:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:26.970 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:42:26.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:42:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:27.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:27.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:42:27.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:42:27.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:27.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:27.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:42:27.979 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:42:27.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:42:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:28.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:28.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:42:28.480 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:42:28.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:42:28.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:28.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:29.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:42:29.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:42:29.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:29.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:42:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:29.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:42:29.024 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:42:29.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:42:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:29.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:42:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:29.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:42:29.024 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:42:29.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:42:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:29.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:29.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:42:29.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:42:29.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:30.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:42:30.026 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:42:30.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:42:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:30.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:30.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:42:30.527 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:42:30.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:42:30.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:31.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:31.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:42:31.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:42:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:31.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:42:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:31.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:42:31.030 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:42:31.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:42:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:31.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:42:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:31.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:42:31.030 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:42:31.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:42:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:31.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:42:31.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:42:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:31.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:42:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:31.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:42:31.534 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:42:31.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:42:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:31.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:42:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:31.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:42:31.534 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:42:31.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:42:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:32.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:32.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:42:32.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:42:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:32.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:42:32.535 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:42:32.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:42:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:33.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:42:33.036 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:42:33.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:42:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:33.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:33.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:42:33.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:42:33.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:34.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:34.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:42:34.038 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:42:34.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:42:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:34.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:42:34.539 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:34.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:34.540 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:34.540 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:34.540 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:34.540 INFO [main][AbstractShell] Close shell Testing shell 08:42:34.540 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:34.551 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:34.551 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:34.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:34.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:34.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:34.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:42:34.575 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:42:34.575 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:34.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.257 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.587 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.662 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 08:42:34.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 08:42:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available. finished successfully 08:42:34.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:42:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:42:34.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:42:34.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.606 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 08:42:34.606 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 08:42:34.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:42:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.032 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:42:34.622 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:42:34.623 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:34.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:34.624 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:42:34.624 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:34.624 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:34.624 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:34.624 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:34.624 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:34.624 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:34.625 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:42:34.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:42:34.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:34.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:34.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:34.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:42:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:42:34.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:42:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:42:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:42:34.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:42:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:42:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:42:34.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:42:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:42:34.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 08:42:34.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:42:34.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:42:34.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:42:34.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:42:34.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:42:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:42:34.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:34.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:34.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:34.725 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:42:34.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:34.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:34.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:35.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:35.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:35.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:35.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:35.738 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:35.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:42:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:42:35.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:42:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:35.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:35.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:35.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:42:35.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:35.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:35.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:36.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:36.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:36.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:36.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:36.740 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:42:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:42:36.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:42:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:36.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:36.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:36.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:42:36.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:36.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:36.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:37.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:37.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:37.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:37.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:37.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:37.742 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:37.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:42:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:42:37.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:42:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:37.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:37.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:37.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:42:37.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:37.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:37.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:38.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:38.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:38.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:38.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:38.744 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:42:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:42:38.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:42:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:38.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:38.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:38.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:42:38.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:38.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:38.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:39.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:39.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:39.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:39.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:39.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:39.746 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:39.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:42:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:42:39.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:42:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:39.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:39.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:39.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:42:39.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:39.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:39.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:40.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:40.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:40.748 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:42:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:42:40.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:40.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:40.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:40.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:40.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.749 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:42:40.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:41.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:41.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:41.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:41.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:41.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:41.759 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:42:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:42:41.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:42:41.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:41.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:41.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:41.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:42:41.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:41.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:42.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:42.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:42.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:42.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:42.761 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:42:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:42:42.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:42:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:42.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:42.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:42.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:42:42.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:42.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:42.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:43.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:43.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:43.763 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:42:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:42:43.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:42:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:43.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:43.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:43.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:42:43.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:43.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:44.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:44.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:44.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:44.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:44.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:44.765 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:44.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:42:44.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:42:44.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:42:44.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:44.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:44.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:44.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:44.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:44.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:44.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:42:44.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:44.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:44.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:44.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:45.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:45.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:45.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:45.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:45.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:45.767 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:45.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:42:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:42:45.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:42:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:45.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:45.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:45.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:42:45.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:45.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:45.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:46.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:46.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:46.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:46.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:46.769 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:42:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:42:46.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:46.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:46.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:46.770 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:42:46.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:46.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:46.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:47.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:47.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:47.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:47.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:47.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:47.780 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:47.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:42:47.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:42:47.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:42:47.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:47.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:47.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:47.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:47.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:42:47.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:47.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:47.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:48.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:48.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:48.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:48.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:48.782 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:42:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:42:48.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:42:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:48.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:48.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:48.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:42:48.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:48.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:48.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:48.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:49.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:49.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:49.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:49.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:50.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:50.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:50.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:50.284 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:50.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:42:50.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:42:50.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:42:50.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:50.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:50.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:50.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:50.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:50.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:50.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:42:50.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:50.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:50.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:50.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:50.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:50.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:51.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:51.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:51.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:51.293 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:51.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:42:51.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:51.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:51.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:51.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:42:51.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:51.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:51.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:51.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:51.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:52.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:52.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:52.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:52.295 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:52.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:42:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:42:52.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:42:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:52.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:52.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:52.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:42:52.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:52.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:52.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:52.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:52.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:53.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:53.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:53.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:53.297 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:53.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:42:53.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:42:53.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:53.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:53.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:53.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:53.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:53.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:53.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:53.298 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:42:53.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:53.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:53.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:53.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:53.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:53.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:54.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:54.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:54.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:54.340 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:42:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:42:54.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:42:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:54.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:54.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:42:54.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:54.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:54.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:54.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:55.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:55.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:55.342 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:42:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:42:55.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:42:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:55.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:55.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:55.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:42:55.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:55.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:55.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:55.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:55.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:56.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:56.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:56.344 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:56.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:42:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:42:56.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:42:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:56.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:56.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:42:56.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:56.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:57.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:57.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:57.346 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:57.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:42:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:42:57.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:42:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:57.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:57.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:42:57.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:57.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:58.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:58.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:58.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:58.365 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:42:58.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 08:42:58.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:42:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:58.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:58.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:58.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:42:58.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:58.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:58.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:58.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:58.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:59.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:59.366 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:42:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:42:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:42:59.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:59.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:42:59.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.367 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:42:59.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:59.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:00.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:00.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:00.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:00.389 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:00.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:00.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:00.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:00.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:00.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:00.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:00.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:00.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:00.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:01.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:01.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:01.391 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:01.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:01.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:01.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:01.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:01.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:01.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:01.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:01.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:01.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:02.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:02.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:02.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:02.393 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:02.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:02.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:02.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:02.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:02.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:02.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:02.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:02.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:02.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:03.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:03.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:03.394 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:03.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:03.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:03.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:03.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:03.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:03.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:03.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:03.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:03.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:04.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:04.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:04.396 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:04.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:04.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:04.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:04.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:04.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:04.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:04.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:04.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:05.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:05.398 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:05.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:05.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:05.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.420 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:05.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:05.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:06.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:06.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:06.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:06.429 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:06.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:06.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:06.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:06.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:06.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:06.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:06.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:06.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:06.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:06.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:06.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:06.442 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:06.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:06.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:06.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:06.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:06.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:07.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:07.464 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:07.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:07.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:07.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:07.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:07.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:07.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:07.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:07.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:07.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 08:43:07.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:07.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:07.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:07.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:07.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:08.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:08.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:08.472 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:08.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:08.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:08.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:08.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 08:43:08.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:08.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:08.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:09.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:09.474 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:09.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:09.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:09.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:09.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:09.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:10.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:10.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:10.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:10.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:10.976 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:10.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:10.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:10.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:10.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:10.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:10.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:10.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:11.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:11.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:11.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:11.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:12.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:12.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:12.478 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:12.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:12.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:12.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:12.479 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:12.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:12.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:12.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:13.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:13.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:13.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:13.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:13.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:13.506 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:13.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:13.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:13.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:13.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:13.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:13.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:13.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:13.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:13.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:13.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:13.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:13.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:13.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:13.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:13.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:13.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:13.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:14.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:14.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:14.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:14.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:14.515 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:14.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:14.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:14.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:14.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:14.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:14.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:14.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:14.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:15.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:15.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:15.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:15.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:16.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:16.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:16.017 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:16.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:16.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 08:43:16.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:16.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:16.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:16.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:16.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:16.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:16.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:17.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:17.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:17.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:17.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:17.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:17.519 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:17.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:17.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:17.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:17.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 08:43:17.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:17.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:17.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:17.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:17.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:18.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:18.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:18.521 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:18.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:18.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:18.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.522 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:18.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:18.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:19.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:19.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:19.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:19.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:19.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:19.530 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:19.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:19.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:19.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:19.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:19.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:19.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:19.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:19.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:19.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:19.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:19.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:19.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:19.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:19.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:19.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:19.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:19.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:19.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:19.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:19.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:19.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:19.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:19.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:19.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:20.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:20.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:20.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:20.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:20.547 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:20.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:20.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 08:43:20.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:20.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:20.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:20.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:20.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:20.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:20.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:20.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:21.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:21.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:21.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:21.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:22.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:22.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:22.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:22.049 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:22.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:22.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:22.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:22.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:22.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:22.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:22.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:22.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:22.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:22.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:22.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:22.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:22.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:23.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:23.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:23.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:23.051 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:23.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:23.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:23.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:23.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:23.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:23.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:23.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:23.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:23.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:23.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:23.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:23.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:23.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:23.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:24.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:24.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:24.061 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:24.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:24.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:24.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:24.062 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:24.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:24.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:24.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:24.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:24.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:25.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:25.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:25.076 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:25.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:25.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:25.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:25.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:25.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:25.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:25.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:25.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:25.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:25.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:25.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:25.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:25.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:25.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:25.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:26.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:26.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:26.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:26.085 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:26.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:26.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:26.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:26.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:26.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:26.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:26.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:26.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:26.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:26.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:26.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:27.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:27.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:27.087 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:27.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:27.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:27.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:27.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:27.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:27.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:27.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:27.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:27.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:28.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:28.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:28.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:28.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:28.589 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:28.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:28.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 08:43:28.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:28.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:28.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:28.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:28.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:29.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:29.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:29.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:29.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:29.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:29.591 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:29.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:29.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:29.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:29.595 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:29.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:29.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:29.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:30.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:30.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:30.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:30.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:30.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:30.617 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:30.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:30.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 08:43:30.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:30.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:30.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:30.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 08:43:30.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:30.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:30.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:30.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:30.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:30.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:30.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:30.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:30.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:30.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:30.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:30.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:30.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:30.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:30.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:30.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:30.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:30.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:30.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:30.626 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:30.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:30.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:30.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:30.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:31.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:31.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:31.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:31.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:31.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:31.651 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:31.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:31.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:31.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:31.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:31.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:31.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:31.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:31.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:31.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:31.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:31.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:31.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:31.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:31.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:31.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:31.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:32.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:32.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:32.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:32.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:32.661 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:32.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:32.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:32.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:32.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:32.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:32.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:33.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:33.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:33.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:33.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:33.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:33.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:33.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:33.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:33.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:33.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:33.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:33.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:33.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:33.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:33.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.... 08:43:33.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:33.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:33.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:33.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:33.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:33.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:33.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:33.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:33.674 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:33.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:33.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:33.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:33.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:34.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:34.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:34.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:34.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:34.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:34.677 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:34.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:34.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:34.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:34.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:34.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:34.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:34.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:34.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:34.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:34.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:34.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:34.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:34.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:34.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:34.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:34.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:34.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:34.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:34.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:34.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:34.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:34.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:34.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:35.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:35.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:35.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:35.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:35.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:35.688 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:35.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:35.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:35.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:35.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:35.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:35.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:35.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:35.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:35.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:35.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:35.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:35.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:35.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:35.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:36.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:36.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:36.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:36.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:36.690 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:36.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:36.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:36.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:36.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:36.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:36.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:36.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:36.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:36.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:36.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:36.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:36.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:36.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:36.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:36.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:37.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:37.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:37.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:37.696 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:37.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:37.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:37.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:37.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:37.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:37.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:37.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.697 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:37.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:38.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:38.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:38.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:38.721 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:38.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:38.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:38.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:38.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:38.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:38.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:38.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:39.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:39.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:39.732 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:39.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:39.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:39.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:40.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:40.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:40.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:40.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:40.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:40.734 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:40.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:40.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:40.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:40.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:40.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:40.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:40.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:40.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:40.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:40.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:40.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 08:43:40.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:40.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:40.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:40.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:40.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:41.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:41.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:41.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:41.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:41.739 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:41.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:41.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:41.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:41.740 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:41.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:41.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:41.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:42.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:42.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:42.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:42.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:42.763 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:42.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:42.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:42.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:42.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:42.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:42.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:42.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:42.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:42.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:42.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:42.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:42.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:42.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:42.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:42.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:42.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:42.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:43.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:43.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:43.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:43.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:43.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:43.771 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:43.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:43.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:43.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:43.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:43.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:43.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:43.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:43.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:44.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:44.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:44.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:44.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:44.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:44.773 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:44.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:44.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:44.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:44.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:44.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:44.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:44.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:44.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:44.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:44.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:44.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:44.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:44.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:44.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:44.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:44.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:44.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:45.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:45.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:45.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:45.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:45.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:45.779 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:45.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:45.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:45.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:45.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:45.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:45.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:45.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:45.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:45.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:45.782 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:45.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:45.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:45.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:45.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:46.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:46.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:46.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:46.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:46.803 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:46.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:46.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:46.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:46.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:46.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:46.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:46.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:46.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:46.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:46.810 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:46.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:46.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:46.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:46.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:47.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:47.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:47.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:47.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:47.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:47.818 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:47.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:47.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:47.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:47.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:47.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:47.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:47.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:47.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:47.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:47.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 08:43:47.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:47.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:47.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:47.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:47.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:48.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:48.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:48.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:48.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:48.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:48.826 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:48.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:48.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:48.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:48.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:48.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:48.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:48.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:48.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:48.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:48.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:48.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:48.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:48.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:48.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:48.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:48.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:48.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:48.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:48.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:48.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:48.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:48.831 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:48.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:48.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:48.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:48.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:49.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:49.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:49.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:49.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:49.841 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:49.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:49.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:49.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:49.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:49.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:49.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:49.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:49.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:49.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:49.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:49.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:49.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:49.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:49.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:49.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:49.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:49.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:49.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:49.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:49.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:49.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:49.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:49.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:50.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:50.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:51.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:51.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:51.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:51.387 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:51.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:51.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:51.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:51.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:51.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:51.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:51.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:51.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:51.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:51.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:51.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:51.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.392 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:51.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:51.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:51.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:51.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:51.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:51.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:52.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:52.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:52.395 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:52.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:52.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:52.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:52.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:52.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:52.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:52.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:52.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:52.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:52.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:52.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:52.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 08:43:52.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:52.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:52.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:53.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:53.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:53.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:53.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:53.903 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:53.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:53.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:53.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:53.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:53.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:53.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:53.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:53.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:53.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:53.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:53.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:53.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:53.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:53.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:53.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:53.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:53.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:53.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:53.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:53.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:54.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:54.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:54.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:54.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:54.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:54.909 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:54.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:54.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:54.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:54.911 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:54.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:54.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:54.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:54.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:55.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:55.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:55.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:55.942 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:55.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:55.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:55.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:55.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:55.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:55.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:43:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:43:55.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:43:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:55.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:55.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:43:55.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:56.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:56.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:56.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:56.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:56.951 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:43:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:43:56.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:43:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:56.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:56.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:56.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:43:56.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:56.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:56.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:56.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:43:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:43:56.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:56.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:56.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:56.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:43:56.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:56.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:56.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:56.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:43:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:43:56.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:43:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:56.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:56.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:56.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:43:56.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:56.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:56.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:57.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:57.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:57.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:57.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:57.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:57.957 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:43:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:43:57.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:57.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:57.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:57.961 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:57.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:57.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:57.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:57.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:58.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:58.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:58.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:58.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:58.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:58.981 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:43:58.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:43:58.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:43:58.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:43:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:58.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:58.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:43:58.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:58.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:58.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:58.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:58.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.... 08:43:58.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 08:43:58.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:58.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:58.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:58.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:58.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:58.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.990 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:43:58.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:58.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:58.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:59.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:59.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:59.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:00.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:00.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:00.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:00.010 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:00.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:00.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:00.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:00.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:00.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:00.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:00.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:00.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:00.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:00.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:00.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:00.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:00.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:00.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:00.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:00.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:00.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 08:44:00.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:00.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:00.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:00.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:00.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:00.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:00.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:00.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:00.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:00.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:00.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:00.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:00.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:00.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:00.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:00.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:00.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:00.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.041 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:00.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:00.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:00.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:00.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:00.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:01.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:01.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:01.044 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:01.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:01.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:01.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:01.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:01.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:01.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:01.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:01.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:01.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:01.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:01.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:01.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:01.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:01.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:01.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:01.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:01.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:01.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:01.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:01.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:01.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:01.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:01.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:01.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:01.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:01.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.054 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:01.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:01.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:01.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:01.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:02.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:02.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:02.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:02.076 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:02.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:02.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:02.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:02.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:02.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:02.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:02.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:02.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:02.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:02.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:02.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:02.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:02.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:02.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:02.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:02.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:02.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:02.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:02.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:02.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:02.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:02.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:02.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:02.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:02.085 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:02.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:02.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:02.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:02.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:02.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:02.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:03.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:03.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:03.087 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:03.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:03.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:03.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:03.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:03.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:03.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:03.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:03.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:03.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:03.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:03.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:03.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:03.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:03.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:03.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:03.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:03.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:03.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:03.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:03.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:03.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:03.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:03.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:03.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:03.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:03.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:03.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:03.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:03.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:03.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:03.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:03.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:03.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:03.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:03.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:03.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:03.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:04.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:04.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:04.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:04.103 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:04.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:04.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:04.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:04.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:04.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:04.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:04.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:04.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:04.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:04.106 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:04.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:04.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:04.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:04.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:04.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:04.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:05.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:05.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:05.115 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:05.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:05.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:05.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:05.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:05.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:05.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:05.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:05.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:05.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:05.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:05.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:05.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:05.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:05.129 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:05.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:05.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:05.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:05.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:05.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:06.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:06.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:06.149 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:06.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:06.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:06.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:06.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:06.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:06.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:06.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:06.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:06.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:06.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:06.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:06.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:06.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:06.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:06.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:06.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:06.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:06.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:06.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:06.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:06.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:06.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.159 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:06.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:06.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:07.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:07.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:07.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:07.162 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:07.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:07.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:07.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:07.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:07.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:07.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:07.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:07.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:07.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:07.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:07.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:07.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:07.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:07.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:07.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:07.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:07.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:07.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:07.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:07.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:07.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:07.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:07.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:07.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:07.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:07.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:07.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.179 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:07.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:07.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:07.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:07.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:07.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:07.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:08.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:08.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:08.181 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:08.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:08.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:08.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:08.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:08.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:08.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:08.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:08.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:08.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:08.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:08.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:08.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:08.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:08.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:08.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:08.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:08.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:08.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:08.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:08.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:08.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:08.191 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:08.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:08.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:08.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:08.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:08.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:09.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:09.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:09.195 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:09.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:09.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:09.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:09.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:09.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:09.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:09.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:09.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:09.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:09.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:09.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:09.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:09.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:09.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:09.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:09.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:09.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:09.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:09.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:09.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:09.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:09.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:09.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:09.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:09.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:09.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:09.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:09.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:09.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:09.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:09.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:09.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:09.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:09.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:09.224 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:44:09.224 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:09.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:09.229 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:44:09.229 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:44:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:09.231 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:44:09.231 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:44:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:09.233 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:44:09.233 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:44:09.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:09.235 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:44:09.235 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:44:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:09.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:44:09.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:09.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:09.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:44:09.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:09.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:44:09.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:44:09.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:09.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:09.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:09.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:09.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:09.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:09.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:09.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:09.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:09.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:09.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:09.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:09.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:09.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:09.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 08:44:09.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:09.323 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:09.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:09.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:09.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:09.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:10.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:10.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:10.328 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:10.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:10.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:10.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:10.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:10.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:10.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:10.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:10.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:10.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:11.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:11.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:11.336 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:11.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:11.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:11.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:11.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:11.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:11.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:11.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:11.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:11.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:11.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:11.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:11.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:12.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:12.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:12.340 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:12.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:12.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:12.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:12.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:12.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:12.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:12.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:12.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:12.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:13.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:13.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:13.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:13.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:13.842 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:13.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:13.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:13.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:13.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:13.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:13.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:13.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:14.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:14.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:14.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:14.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:14.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:14.844 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:14.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:14.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:14.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:14.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:14.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:14.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 08:44:14.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:14.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:14.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:14.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:14.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:14.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:14.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:14.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:15.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:15.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:15.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:15.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:16.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:16.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:16.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:16.346 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:16.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:16.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:16.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:16.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:16.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:16.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 08:44:16.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:16.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:16.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:16.349 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:16.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:16.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:16.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:16.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:16.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:16.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:17.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:17.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:17.358 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:17.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:17.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:17.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:17.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:17.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:17.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:17.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:17.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:17.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:18.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:18.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:18.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:18.360 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:18.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:18.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:18.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:18.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:18.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:18.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:18.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:18.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:18.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:19.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:19.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:19.361 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:19.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:19.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:19.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:19.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:19.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:19.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:19.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:19.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:19.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:20.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:20.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:20.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:20.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:20.863 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:20.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:20.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 08:44:20.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:20.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:20.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:20.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:20.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:20.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:20.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:21.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:21.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:21.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:21.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:22.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:22.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:22.365 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:22.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:22.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:22.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:22.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:22.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:22.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:22.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:22.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:22.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.388 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:22.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:22.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:22.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:22.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:23.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:23.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:23.391 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:23.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:23.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:23.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:23.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:23.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:24.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:24.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:24.392 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:24.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 08:44:24.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:24.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:24.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:24.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:24.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:24.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:24.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:24.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:24.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:25.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:25.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:25.894 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:25.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:25.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:25.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:25.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:26.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:26.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:26.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:26.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:27.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:27.396 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:27.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:27.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:27.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:27.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:27.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:28.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:28.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:28.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:28.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:28.898 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:28.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:28.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:28.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:28.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:28.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:28.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:28.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:28.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:28.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:28.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.925 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:28.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:28.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:28.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:29.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:29.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:29.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:29.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:29.928 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:29.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:29.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:29.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:29.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:29.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:29.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:29.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:30.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:30.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:30.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:30.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:31.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:31.430 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:31.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:31.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:31.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:31.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:31.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:31.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:31.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:32.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:32.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:32.431 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:32.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:32.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 08:44:32.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:32.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:32.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:32.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:32.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:32.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:32.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:33.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:33.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:33.433 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:33.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:33.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:33.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:33.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:33.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:33.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:33.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:33.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:33.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.... 08:44:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:33.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:33.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:33.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:33.437 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:33.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:33.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:33.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:33.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:33.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:34.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:34.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:34.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:34.439 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:34.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:34.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:34.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:34.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:34.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:34.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:34.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:34.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:34.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:34.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:35.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:35.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:35.441 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:35.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:35.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:35.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:35.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:35.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:35.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:35.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:35.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:35.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:35.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:35.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:35.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:36.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:36.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:36.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:36.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:36.943 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:36.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:36.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:36.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:36.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:36.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:36.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:36.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:37.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:37.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:37.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:37.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:37.945 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:37.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:37.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:37.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:37.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:37.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:37.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:37.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:37.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:37.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:37.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:37.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:37.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:37.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:37.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:37.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:37.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:37.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:37.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:37.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:37.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:37.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:37.980 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:37.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:37.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:37.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:38.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:38.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:38.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:38.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:38.983 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:38.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:38.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:38.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:38.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:38.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:38.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:38.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:38.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:38.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.... 08:44:38.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 08:44:38.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:38.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:38.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:38.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:38.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:38.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:38.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:39.008 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:39.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:39.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:39.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:39.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:39.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:40.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:40.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:40.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:40.013 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:40.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:40.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:40.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:40.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:40.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:40.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:40.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:40.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:40.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:40.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:40.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:40.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:40.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:40.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:40.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:40.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:40.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:40.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:40.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:40.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:40.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:40.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:40.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:40.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:40.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:41.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:41.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:41.034 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:41.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:41.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:41.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:41.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:41.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:41.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:41.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:41.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:41.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:42.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:42.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:42.036 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:42.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:42.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:42.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:42.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:42.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:42.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:42.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:42.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:42.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:42.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:42.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:42.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:42.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:42.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:42.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:42.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:42.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:42.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:42.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:42.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:42.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:42.050 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:42.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:42.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:42.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:42.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:42.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:43.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:43.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:43.053 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:43.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:43.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:43.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:43.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:43.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:43.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:43.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:43.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:43.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:43.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:43.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:43.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.062 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:43.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:43.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:44.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:44.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:44.065 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:44.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:44.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:44.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:44.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:44.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:44.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:44.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:44.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:44.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:44.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:44.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:44.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:44.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:44.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:44.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:44.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:44.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:44.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:44.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:44.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:45.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:45.075 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:44:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:44:45.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:44:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:45.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:44:45.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:45.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:45.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:44:45.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:44:45.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:44:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:45.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:44:45.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:45.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:44:45.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:44:45.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:45.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.087 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:44:45.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:45.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:45.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:46.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:46.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:46.090 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:44:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:44:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:44:46.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:44:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:46.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:44:46.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:46.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:44:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:44:46.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:44:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:46.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:44:46.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:44:46.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:44:46.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:44:46.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:44:46.106 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:44:46.106 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:44:46.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:46.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:46.110 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:44:46.110 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:44:46.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:46.112 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:44:46.112 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:44:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:46.113 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:44:46.113 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:44:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:46.115 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:44:46.115 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:44:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:46.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:46.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:44:46.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:46.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:46.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:44:46.121 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:44:46.121 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:46.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:46.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.499 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 94.633 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 36.863 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-0834 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test --- [INFO] Resolving class path of RedDeer Workbench Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:55.345 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:44:55.347 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:44:55.415 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:44:55.417 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:44:55.440 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:55.512 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:55.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:55.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:55.521 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:44:55.521 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:44:55.530 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:44:55.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:55.535 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:55.537 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:55.537 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:55.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:55.540 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:44:55.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:55.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:55.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:55.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:55.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:55.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:55.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:55.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:55.656 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:55.659 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:55.659 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:55.660 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:55.660 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:55.660 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:55.660 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:55.660 DEBUG [main][MenuItemLookup] Item match:Window 08:44:55.664 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:55.665 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:44:55.665 DEBUG [main][MenuItemLookup] Item match:Preferences 08:44:55.668 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:44:55.668 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:44:55.670 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:44:55.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:44:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:44:55.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:44:55.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:55.874 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:44:55.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:55.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:44:55.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:55.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:55.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:55.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:55.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:55.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:55.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:44:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:55.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:55.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:55.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:55.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:55.963 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:44:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:55.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:55.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:55.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:44:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:44:56.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:56.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:56.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:44:56.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:56.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:56.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:56.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:56.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:56.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:56.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:44:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:56.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:56.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:44:56.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:44:56.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:56.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:56.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:56.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:56.073 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:44:56.073 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:44:56.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:44:56.076 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:56.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:56.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:56.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:56.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:56.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:56.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:44:56.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:56.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:44:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:56.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:56.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.175 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:44:56.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:56.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:56.177 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:56.177 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:56.177 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:56.177 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:56.177 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:56.178 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:56.178 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:56.178 DEBUG [main][MenuItemLookup] Item match:Window 08:44:56.179 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:56.179 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:56.179 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:56.179 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:56.179 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:56.179 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:56.212 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:56.213 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:56.213 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:56.223 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:56.223 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:56.223 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:56.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:56.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:56.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:56.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:56.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:56.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:56.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:56.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:56.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:56.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:44:56.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:44:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:56.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:56.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:44:56.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:44:56.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:44:56.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:56.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:44:56.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:56.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:44:56.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:44:56.798 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:44:56.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:44:56.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:44:56.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:56.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:56.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:56.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:56.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:56.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:56.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:56.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:56.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:56.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:56.803 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:56.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:56.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:56.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:56.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:56.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:56.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:56.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:56.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:56.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:44:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:56.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:56.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:56.917 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:44:56.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:44:56.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:56.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:56.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:56.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:56.920 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:44:56.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:44:56.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:56.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:44:56.921 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:44:56.921 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:44:56.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:44:56.922 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:56.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:56.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:56.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:56.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:56.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:56.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:44:56.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:56.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:44:56.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:56.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:56.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:56.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:56.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:56.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:56.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:57.010 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:44:57.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:57.011 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:57.011 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:57.012 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:57.012 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:57.012 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:57.012 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:57.012 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:57.012 DEBUG [main][MenuItemLookup] Item match:Window 08:44:57.013 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:57.013 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:57.013 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:57.013 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:57.013 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:57.013 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:57.017 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:57.017 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:57.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:57.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:57.018 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:57.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:57.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:57.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:57.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:57.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:57.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:57.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:57.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:57.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:57.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:57.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:44:57.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:44:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:57.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:44:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:57.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:44:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:44:57.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:44:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:57.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:44:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:57.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:44:57.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:44:57.081 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:44:57.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:44:57.082 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:44:57.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:57.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:57.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:57.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:57.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:57.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:57.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:57.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:57.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:57.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:57.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:57.085 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:57.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:57.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:57.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:57.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:57.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:57.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:57.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:57.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:57.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:44:57.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:57.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:57.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:57.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:44:57.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:44:57.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:57.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:57.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:57.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:57.232 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:44:57.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:44:57.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:57.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:44:57.233 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:44:57.233 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:44:57.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:44:57.234 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:57.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:57.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:57.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:57.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:57.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:57.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:44:57.271 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:44:57.271 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:57.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:57.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:57.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.948 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.13 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.808 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.3 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:57.316 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:57.317 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:57.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:57.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:57.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:57.318 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:57.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:57.318 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:57.319 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:57.319 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:44:57.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:57.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:57.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:57.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:57.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:57.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:57.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:57.321 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:57.321 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:57.321 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:57.321 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:57.321 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:57.321 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:57.321 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:57.321 DEBUG [main][MenuItemLookup] Item match:Window 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:57.322 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:44:57.323 DEBUG [main][MenuItemLookup] Item match:Preferences 08:44:57.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:44:57.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:44:57.323 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:44:57.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:44:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:44:57.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:44:57.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.426 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:44:57.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:57.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:44:57.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:57.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:57.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:57.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:44:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:57.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:57.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:57.443 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:44:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:57.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:57.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:44:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:44:57.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:57.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:57.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:57.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:57.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:57.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:57.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:57.471 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:57.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:57.471 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:57.472 DEBUG [main][MenuItemLookup] Item match:Window 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:57.472 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:57.472 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:57.475 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:57.475 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:57.476 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:57.476 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:57.512 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:57.512 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:57.512 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:57.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:57.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:57.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:57.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:57.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:57.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:57.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:57.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:57.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:57.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:57.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:57.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:57.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:57.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:57.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:57.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:58.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:58.080 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:58.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:58.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:58.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.081 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:58.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:58.084 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:58.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:58.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:58.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:58.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:58.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:58.136 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:58.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:58.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:58.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:58.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:58.153 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:58.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:58.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:58.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:58.154 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:44:58.154 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:44:58.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.154 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:58.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.190 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:58.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.190 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:58.191 DEBUG [main][MenuItemLookup] Item match:Window 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.191 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:58.191 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:58.210 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:58.211 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.211 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:58.211 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:58.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:58.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:58.222 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:58.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:58.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 08:44:58.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:58.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:58.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:58.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:58.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:58.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:58.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:58.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:58.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:58.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:58.278 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:58.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:58.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:58.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:58.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:58.280 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:58.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:58.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:58.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:58.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:58.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:58.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:58.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:58.351 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:58.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:58.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:58.373 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:58.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:58.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:58.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:58.375 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:44:58.375 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:44:58.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.375 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:58.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.418 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.418 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.418 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.443 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.448 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:44:58.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:58.450 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:58.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:58.450 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:58.450 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:58.450 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:58.450 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:58.450 DEBUG [main][MenuItemLookup] Item match:Window 08:44:58.450 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:58.451 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:58.451 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:58.451 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.451 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:58.451 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.454 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:58.454 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:58.455 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:58.455 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:58.455 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:58.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:58.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:58.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:58.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:58.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:58.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:58.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:58.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:58.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:58.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:58.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:58.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:58.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:58.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:44:58.538 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:44:58.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:44:58.539 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:44:58.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:58.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:58.541 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:58.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:58.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:58.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:58.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:58.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:58.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:58.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:58.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:58.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 08:44:58.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:58.640 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:44:58.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:44:58.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:58.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:58.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:58.648 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:44:58.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:44:58.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 08:44:58.656 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 08:44:58.656 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 08:44:58.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:44:58.657 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:58.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.714 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.730 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:58.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.730 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:58.731 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:58.731 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:58.731 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:58.731 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:58.731 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:58.731 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:58.731 DEBUG [main][MenuItemLookup] Item match:Window 08:44:58.732 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:58.732 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:58.732 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:58.732 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.732 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:58.732 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.735 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:58.735 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:58.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:58.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:58.736 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:58.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:58.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:58.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:58.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:58.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:58.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:58.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:58.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:58.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:58.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:58.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:58.795 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:58.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:58.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:58.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:58.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:58.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:58.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:58.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:58.812 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:58.812 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:58.812 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:58.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:58.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:58.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:58.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:58.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:58.866 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:58.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:58.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:58.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:58.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.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') 08:44:58.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:58.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:58.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:58.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:58.888 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:58.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:58.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:58.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:58.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:58.889 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:44:58.889 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:44:58.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:58.890 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:58.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.932 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:58.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:58.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:58.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:58.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:58.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:58.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:58.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:58.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:58.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:58.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:58.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:58.961 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:44:58.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:58.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:58.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:58.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:58.962 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:58.962 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:58.962 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:58.962 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:58.962 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:58.962 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:58.962 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:58.962 DEBUG [main][MenuItemLookup] Item match:Window 08:44:58.963 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:58.963 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:58.963 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:58.963 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.963 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:58.963 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:58.966 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:58.966 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:58.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:58.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:58.967 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:59.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:59.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:44:59.038 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:44:59.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:44:59.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:44:59.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:59.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:59.041 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:59.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:59.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:59.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:59.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:59.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:59.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:59.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 08:44:59.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:59.096 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:44:59.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:44:59.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:59.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:59.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:59.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 08:44:59.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:59.125 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:59.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.130 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.130 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.147 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.152 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:59.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.154 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:59.154 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:59.154 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:59.154 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:59.154 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:59.154 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:59.154 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:59.154 DEBUG [main][MenuItemLookup] Item match:Window 08:44:59.155 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:59.155 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:59.155 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:59.155 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.155 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:59.155 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.158 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:59.158 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:59.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:59.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:59.159 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:59.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:59.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:59.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:59.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:59.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:59.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:59.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:59.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:59.229 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:59.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:59.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:59.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:59.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:59.232 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:59.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:59.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:59.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:59.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:59.283 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:59.284 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:44:59.285 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:44:59.285 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:44:59.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.286 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:59.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.335 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:59.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:59.336 DEBUG [main][MenuItemLookup] Item match:Window 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:59.336 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:59.337 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:59.337 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.337 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:59.337 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.340 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:59.340 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:59.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:59.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:59.340 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:59.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:59.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:59.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:59.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:59.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:59.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.413 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:59.413 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:59.413 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:59.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:59.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:59.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:59.416 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:59.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:59.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:59.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:59.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:59.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:59.467 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:59.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:59.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:59.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:59.476 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:59.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:59.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:59.478 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:44:59.478 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:44:59.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.478 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:59.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.535 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:59.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.536 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:59.536 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:59.536 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:59.536 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:59.536 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:59.536 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:59.536 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:59.536 DEBUG [main][MenuItemLookup] Item match:Window 08:44:59.536 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:59.537 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:59.537 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:59.537 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.537 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:59.537 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.540 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:59.540 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:59.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:59.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:59.540 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:59.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:59.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:59.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:59.613 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:59.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:59.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:59.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.615 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:59.615 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:59.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:59.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:59.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:59.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:59.618 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:59.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:59.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:59.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:59.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:59.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:59.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.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 '\*?\QWorkbench Test\E') 08:44:59.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:59.669 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:59.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:59.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:59.671 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:44:59.672 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:44:59.672 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:44:59.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.672 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:59.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.722 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.727 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:59.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.727 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:59.728 DEBUG [main][MenuItemLookup] Item match:Window 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.728 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:59.728 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:59.732 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:59.732 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:59.732 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:59.732 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:59.732 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:59.732 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:59.732 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:59.733 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:59.733 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.733 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:59.733 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:59.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:59.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:59.740 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:59.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:59.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:59.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:59.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:59.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:59.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:59.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:59.794 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:59.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:59.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:59.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:59.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:59.797 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:59.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:59.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:59.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:59.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:59.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:44:59.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:44:59.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:44:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:59.847 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:59.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:59.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:59.849 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:44:59.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:59.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:44:59.850 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:44:59.850 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:44:59.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:44:59.850 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:59.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.874 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:44:59.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:44:59.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:59.884 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:44:59.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:59.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:59.884 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:59.884 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:59.885 DEBUG [main][MenuItemLookup] Item match:Window 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.885 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:59.885 DEBUG [main][MenuItemLookup] Item match:Show View 08:44:59.888 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:44:59.888 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:44:59.888 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:44:59.888 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:44:59.889 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:44:59.889 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:44:59.889 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:44:59.889 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:44:59.889 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:59.889 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:44:59.889 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:44:59.912 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:44:59.912 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:44:59.912 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:44:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:44:59.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:44:59.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:44:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:59.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:59.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:59.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:44:59.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:44:59.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:44:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:59.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:44:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:59.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:44:59.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:44:59.966 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:44:59.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:44:59.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:44:59.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:44:59.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:44:59.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:59.969 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:44:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:59.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:59.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:00.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:00.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:45:00.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:45:00.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:45:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:00.029 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:00.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:00.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.042 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:45:00.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.043 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:00.043 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:00.043 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:45:00.043 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:45:00.043 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:45:00.043 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:45:00.043 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:45:00.043 DEBUG [main][MenuItemLookup] Item match:Window 08:45:00.044 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:45:00.044 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:45:00.044 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:45:00.044 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.044 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:45:00.044 DEBUG [main][MenuItemLookup] Item match:Show View 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.047 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:45:00.047 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:45:00.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:45:00.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:45:00.048 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:45:00.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:45:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:45:00.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:45:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.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 08:45:00.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:00.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:00.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:45:00.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:45:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:45:00.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:45:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:00.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:45:00.105 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:45:00.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:45:00.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:45:00.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:45:00.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:00.107 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:45:00.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:00.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:00.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:00.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:45:00.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:45:00.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.179 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:45:00.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:00.181 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:45:00.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:45:00.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:00.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.183 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:00.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:45:00.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.200 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:45:00.200 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:45:00.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.201 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:45:00.225 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:45:00.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:45:00.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:00.226 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:45:00.226 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:45:00.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:45:00.226 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:45:00.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:00.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:00.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.257 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:00.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:00.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:00.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:00.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.262 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:45:00.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.262 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:45:00.263 DEBUG [main][MenuItemLookup] Item match:Window 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.263 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:45:00.263 DEBUG [main][MenuItemLookup] Item match:Show View 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.266 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:45:00.266 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:45:00.273 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:45:00.273 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:45:00.273 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:45:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:45:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:45:00.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:45:00.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:45:00.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:45:00.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:45:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:45:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:45:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:45:00.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:45:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:45:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:45:00.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:45:00.346 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:45:00.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:45:00.347 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:45:00.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:45:00.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:00.349 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:45:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:00.349 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:00.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:45:00.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:45:00.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:45:00.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:00.414 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:00.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:00.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.422 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:45:00.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.422 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:00.422 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:00.422 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:45:00.422 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:45:00.422 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:45:00.422 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:45:00.422 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:45:00.422 DEBUG [main][MenuItemLookup] Item match:Window 08:45:00.423 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:45:00.423 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:45:00.423 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:45:00.423 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.423 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:45:00.423 DEBUG [main][MenuItemLookup] Item match:Show View 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.426 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:45:00.426 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:45:00.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:45:00.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:45:00.434 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:45:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:45:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:45:00.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:45:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:45:00.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:00.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:00.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:45:00.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:45:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:45:00.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:45:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:00.486 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:45:00.486 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:45:00.486 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:45:00.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:45:00.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:45:00.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:00.511 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:45:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:00.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:00.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:45:00.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:45:00.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:45:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:00.570 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:45:00.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:45:00.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:00.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.580 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:00.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:45:00.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.613 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:00.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:45:00.614 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:45:00.614 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:45:00.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.614 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:45:00.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:00.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.633 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:00.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:00.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:00.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:00.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.639 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:45:00.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:00.640 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:00.640 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:45:00.640 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:45:00.640 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:45:00.640 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:45:00.640 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:45:00.640 DEBUG [main][MenuItemLookup] Item match:Window 08:45:00.641 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:45:00.641 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:45:00.641 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:45:00.641 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.641 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:45:00.641 DEBUG [main][MenuItemLookup] Item match:Show View 08:45:00.643 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:45:00.643 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:45:00.643 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:45:00.643 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:45:00.643 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:45:00.643 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:45:00.644 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:45:00.644 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:45:00.644 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.644 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:45:00.644 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:45:00.644 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:45:00.644 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:45:00.644 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:45:00.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:45:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:45:00.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:45:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:45:00.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:45:00.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:45:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:45:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:45:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:45:00.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:45:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:45:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:45:00.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:45:00.727 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:45:00.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:45:00.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:45:00.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:45:00.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:00.729 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:45:00.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:00.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:00.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:00.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:45:00.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:45:00.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.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 '\*?\QWorkbench Test\E') 08:45:00.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:00.777 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:00.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:00.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.778 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:00.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:45:00.779 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:45:00.779 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:45:00.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:00.779 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:45:00.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:00.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:00.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:00.817 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:00.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:00.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:00.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 08:45:00.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 08:45:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:00.824 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:45:00.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:45:00.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:00.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:00.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:00.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 08:45:00.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.843 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 08:45:00.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:45:00.844 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:45:00.844 INFO [WorkbenchTestable][AbstractText] Text set to: hello 08:45:00.847 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:45:00.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:45:00.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:45:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.848 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:00.848 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:00.848 DEBUG [main][MenuItemLookup] Item match:File 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.850 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:45:00.850 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:45:00.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:45:00.851 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:45:00.851 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:45:00.866 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:45:00.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:45:00.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:45:00.867 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:45:00.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:45:00.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:00.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:45:00.868 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 08:45:00.868 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 08:45:00.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:45:00.868 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:45:00.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:00.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.911 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:00.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:00.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:00.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:00.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:00.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:00.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:00.914 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:45:00.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:00.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:00.915 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:00.915 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:00.915 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:45:00.915 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:45:00.915 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:45:00.915 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:45:00.915 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:45:00.915 DEBUG [main][MenuItemLookup] Item match:Window 08:45:00.916 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:45:00.916 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:45:00.916 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:45:00.916 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.916 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:45:00.916 DEBUG [main][MenuItemLookup] Item match:Show View 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:00.919 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:45:00.919 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:45:00.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:45:00.931 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:45:00.932 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:45:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:45:00.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 08:45:00.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:45:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:00.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 08:45:00.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:45:00.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:45:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:45:00.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:45:00.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:45:00.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:45:00.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:00.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:45:00.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:00.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:45:00.992 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:45:00.992 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:45:00.992 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:45:00.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:45:00.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.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") 08:45:00.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:00.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:00.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:00.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:00.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:00.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:00.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:00.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:00.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:00.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:00.994 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:45:00.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:00.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:00.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:00.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:45:01.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:45:01.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:01.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:01.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:45:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:01.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:01.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:01.061 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:01.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:01.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:01.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:01.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:01.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:01.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.064 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 08:45:01.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:01.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:01.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:45:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:01.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:01.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:01.067 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:45:01.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:45:01.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:01.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:01.085 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:01.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:01.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:01.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:45:01.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:01.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:01.112 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:45:01.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:45:01.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:01.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:01.124 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:45:01.124 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:45:01.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:45:01.125 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:45:01.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:01.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:01.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:45:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:01.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:01.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:01.154 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:45:01.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:01.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:01.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:01.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:01.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:01.162 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:45:01.162 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:45:01.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:45:01.162 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:45:01.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:01.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:01.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:01.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:45:01.189 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:45:01.189 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:01.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:01.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:01.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.874 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.718 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.233 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.013 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.012 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.252 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.018 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.011 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.214 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.011 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.174 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.017 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.368 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.009 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.191 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.152 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.378 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.376 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.183 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.094 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.278 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:45:01.225 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:45:01.226 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:45:01.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:01.226 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:45:01.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:01.227 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:45:01.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:01.227 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:45:01.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:01.227 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:45:01.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:45:01.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:45:01.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:45:01.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:45:01.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:45:01.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:45:01.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:01.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:01.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:01.228 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:01.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:45:01.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:45:01.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:45:01.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:45:01.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:45:01.228 DEBUG [main][MenuItemLookup] Item match:Window 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:01.229 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:45:01.229 DEBUG [main][MenuItemLookup] Item match:Preferences 08:45:01.229 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:45:01.229 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:45:01.229 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:45:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:45:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:45:01.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:45:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:01.315 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:45:01.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:45:01.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:45:01.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:01.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:01.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:01.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:01.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:45:01.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:01.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:01.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:01.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:01.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:01.331 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:45:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:01.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:01.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:01.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:45:01.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:45:01.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:01.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:01.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:01.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:01.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:45:01.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:45:01.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:01.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:01.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:01.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:45:01.360 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 08:45:01.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 08:45:01.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:45:01.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:01.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:01.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:01.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:01.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:45:01.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:01.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:45:01.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:45:01.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:01.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:01.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 08:45:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 08:45:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:45:01.362 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:01.362 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:01.862 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:01.863 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:02.363 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:02.363 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:02.863 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:02.863 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:03.363 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:03.364 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:03.864 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:03.864 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:04.364 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:04.364 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:04.864 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:04.865 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:05.365 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:05.366 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:05.866 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:05.866 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:06.366 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:06.366 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:06.867 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:06.867 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:07.367 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:07.367 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:07.867 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:07.868 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:08.368 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:08.368 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:08.868 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:08.868 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:09.369 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:09.369 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:09.869 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:09.869 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:10.369 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:10.370 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:10.870 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:10.870 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:11.370 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:45:11.371 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:45:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 08:45:11.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:11.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:11.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:12.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:12.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:13.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:13.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:14.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:14.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:15.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:15.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:16.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:16.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:17.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:17.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:18.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:18.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:19.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:19.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:20.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:21.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:21.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:22.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:22.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:23.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:23.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:24.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:24.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:25.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:25.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:26.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:26.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:27.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:28.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:28.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:29.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:29.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:30.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:30.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:31.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:31.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:32.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:32.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:33.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:33.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:34.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:34.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:35.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:35.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:36.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:36.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:37.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:37.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:38.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:38.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:39.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:39.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:40.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:40.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:41.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:42.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:42.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:43.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:43.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:44.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:44.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:45.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:45.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:46.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:46.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:47.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:47.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:48.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:48.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:49.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:50.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:50.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:51.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:51.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:52.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:52.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:53.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:53.899 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:54.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:54.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:55.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:55.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:56.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:56.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:57.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:57.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:58.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:58.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:59.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:45:59.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:46:00.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:46:00.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:46:01.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:46:01.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:01.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:01.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:01.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:46:01.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:01.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:01.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:01.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:01.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:46:01.405 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:46:01.405 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:01.405 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.18 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.004 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.044 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:01.421 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:01.423 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:46:01.423 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:01.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:01.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:01.423 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:46:01.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:01.424 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:46:01.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:01.424 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:46:01.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:46:01.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:01.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:46:01.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:01.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:46:01.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:01.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:01.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:01.425 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:46:01.425 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:01.425 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:46:01.425 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:46:01.425 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:46:01.425 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:46:01.425 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:46:01.425 DEBUG [main][MenuItemLookup] Item match:Window 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:01.427 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:46:01.427 DEBUG [main][MenuItemLookup] Item match:Preferences 08:46:01.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:46:01.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:46:01.427 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:46:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:46:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:46:01.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:46:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:01.521 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:46:01.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:01.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:46:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:01.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:01.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:46:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:01.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:01.524 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:46:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:01.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:01.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:46:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:46:01.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:01.555 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:01.556 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:01.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:01.562 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:46:01.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:01.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:01.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:01.562 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:01.562 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:46:01.562 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:01.562 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:46:01.562 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:46:01.562 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:46:01.562 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:46:01.562 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:46:01.562 DEBUG [main][MenuItemLookup] Item match:Window 08:46:01.563 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:46:01.563 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:46:01.563 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:46:01.563 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:01.563 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:46:01.563 DEBUG [main][MenuItemLookup] Item match:Show View 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:01.566 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:46:01.566 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:46:01.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:46:01.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:46:01.567 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:46:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:46:01.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:46:01.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:46:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:01.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:46:01.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:01.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:46:01.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:01.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:46:01.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:01.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:01.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:46:01.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:01.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:01.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:01.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:46:01.637 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:46:01.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:46:01.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:46:01.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:01.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:46:01.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:01.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:46:01.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:01.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:46:01.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:01.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:01.639 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:46:01.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:01.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:01.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:01.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:46:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:46:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:46:01.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:46:01.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:01.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:46:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:01.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:01.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:01.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:01.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:01.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:01.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:01.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:01.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:01.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:01.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:46:01.737 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:01.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:01.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:01.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:46:01.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:01.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:01.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:01.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:01.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:46:01.810 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:01.810 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:46:01.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:01.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:01.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:01.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:01.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:01.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:01.811 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:01.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:46:01.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:01.862 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:46:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:01.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:01.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:01.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:01.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:01.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:01.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:46:01.862 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:01.862 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:01.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:46:01.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:01.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:01.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:01.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:01.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:46:01.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:01.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:01.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:01.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:01.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:01.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:01.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:01.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:01.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:01.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:01.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:01.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:01.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:01.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:01.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:01.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:01.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:01.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:01.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:02.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:02.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:02.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:02.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:02.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:02.870 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:02.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:02.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:02.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:02.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:02.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:02.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:02.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:02.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:02.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:02.873 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:46:02.879 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:02.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:02.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:02.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:02.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:02.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:02.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:03.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:03.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:03.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:03.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:03.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:03.881 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:03.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:03.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:03.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:03.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:03.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:03.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:03.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:03.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:03.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:03.883 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:46:03.883 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:03.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:03.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:03.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:03.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:03.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:03.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:03.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:03.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:03.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:03.884 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:46:03.884 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:46:03.885 DEBUG [main][TreeItemHandler] Set Tree selection 08:46:03.886 DEBUG [main][TreeHandler] Notify Tree about selection event 08:46:03.900 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:46:03.904 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 08:46:03.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:46:03.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:03.955 DEBUG [main][MenuItemLookup] Found menu:'New' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:03.956 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:46:03.956 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:46:03.956 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:46:03.956 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:46:03.956 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:46:03.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:03.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:46:04.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:04.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:04.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:04.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:46:04.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:04.487 DEBUG [main][MenuItemLookup] Found menu:'New' 08:46:04.487 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:46:04.487 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:04.487 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:46:04.488 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:04.488 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:46:04.488 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:46:04.488 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:46:04.488 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:46:04.488 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:46:04.488 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:46:04.488 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:46:04.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:46:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:46:05.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:46:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:05.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:05.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:46:05.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:05.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:05.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:05.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:46:05.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:05.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:05.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:05.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:05.177 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:46:05.177 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:46:05.177 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:46:05.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:05.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:05.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:05.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:05.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:46:05.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:05.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:46:05.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:05.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:05.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:05.179 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:46:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:05.179 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:05.179 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:05.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:46:05.195 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:46:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:46:05.697 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:46:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:05.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:46:05.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:46:05.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:05.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:05.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:05.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:05.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:05.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:46:05.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:05.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:05.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:46:05.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:05.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:05.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.289 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.051 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:05.722 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:05.723 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:46:05.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:05.723 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:05.723 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:05.723 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:46:05.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:05.724 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:46:05.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:05.724 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:46:05.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:46:05.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:46:05.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:46:05.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:05.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:05.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:05.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:05.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:46:05.726 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:05.726 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:46:05.726 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:46:05.726 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:46:05.726 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:46:05.726 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:46:05.726 DEBUG [main][MenuItemLookup] Item match:Window 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:05.727 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:46:05.727 DEBUG [main][MenuItemLookup] Item match:Preferences 08:46:05.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:46:05.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:46:05.727 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:46:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:46:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:46:05.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:46:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:05.816 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:46:05.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:46:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:05.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:05.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:05.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:05.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:05.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:46:05.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:05.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:05.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:05.844 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:46:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:05.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:05.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:05.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:46:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:46:05.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:05.872 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:05.872 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:05.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.874 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:46:05.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:05.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:05.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:05.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:05.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 '\*?\QProject Explorer\E') 08:46:05.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:05.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:05.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:05.877 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:05.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:05.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:05.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:05.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:05.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:05.879 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:05.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:46:05.893 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:05.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:05.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:05.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:46:05.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:05.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:05.895 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:46:05.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:46:05.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:05.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:46:05.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:05.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.903 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:05.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.903 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:46:05.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.903 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:05.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.903 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:05.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.903 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:05.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.904 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:46:05.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.904 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:05.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.904 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:05.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:05.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:05.905 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:46:05.905 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:05.905 DEBUG [main][MenuItemLookup] Item match:File 08:46:05.906 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:46:05.906 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:46:05.909 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:46:05.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:05.909 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:46:05.909 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:05.909 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:46:05.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:05.909 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:46:05.909 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:46:05.910 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:46:05.910 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:46:05.910 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:46:05.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:46:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:46:05.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:46:05.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:05.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:05.996 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:05.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:05.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:46:05.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:05.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:05.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:05.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:05.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:05.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:06.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:06.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:46:06.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:06.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:06.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:46:06.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:06.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:06.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:06.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:06.504 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:46:06.504 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:46:06.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:46:06.508 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:46:06.508 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:06.508 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:46:06.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:46:06.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:06.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:06.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:06.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:06.511 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:46:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:06.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:06.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:06.562 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:06.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:06.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:46:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:46:06.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:46:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:06.564 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:46:06.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:06.566 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:46:06.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:46:06.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:06.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:06.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:06.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:06.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:46:06.569 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:46:06.570 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:46:06.571 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:46:06.571 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:46:06.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:46:06.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:06.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:06.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:06.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:06.583 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:46:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:06.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:06.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:06.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:46:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:46:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:07.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:46:07.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:07.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:07.088 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:46:07.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:46:07.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:07.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:07.090 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:46:07.090 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:07.091 DEBUG [main][MenuItemLookup] Item match:File 08:46:07.092 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:46:07.092 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:46:07.093 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:46:07.093 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:07.093 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:46:07.093 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:07.093 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:46:07.093 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:07.093 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:46:07.093 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:46:07.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:46:07.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:46:07.094 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:46:07.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:46:07.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:46:07.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:46:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:07.161 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:07.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:46:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:46:07.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:07.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:07.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:46:07.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:07.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:07.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:07.169 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:46:07.169 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:46:07.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:46:07.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:46:07.174 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:07.174 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:46:07.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:46:07.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:07.176 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:46:07.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:07.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:07.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:07.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:07.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:46:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:46:07.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:46:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:07.231 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:46:07.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:46:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:46:07.239 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:46:07.240 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:46:07.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:46:07.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:46:07.244 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:46:07.244 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:46:07.244 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:46:07.244 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:46:07.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:46:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:07.253 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:46:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:07.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:07.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:46:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:46:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:07.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:07.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:07.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:07.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:07.766 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:07.767 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:46:07.767 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:07.767 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:07.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:07.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:07.768 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:46:07.768 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:07.798 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:07.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:46:07.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:46:07.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:07.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:07.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:46:07.801 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:07.801 DEBUG [main][MenuItemLookup] Item match:File 08:46:07.802 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:46:07.802 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:46:07.803 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:46:07.803 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:07.803 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:46:07.803 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:07.803 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:46:07.803 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:07.803 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:46:07.803 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:46:07.804 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:46:07.804 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:46:07.804 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:46:07.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:46:07.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:46:07.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:46:07.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:07.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:07.871 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:07.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:46:07.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:46:07.873 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:07.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:07.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:46:07.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:07.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:07.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:07.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:46:07.874 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:46:07.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:46:07.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:46:07.875 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:07.875 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:46:07.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:46:07.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:07.876 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:46:07.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:07.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:07.876 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:07.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:07.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:46:07.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:46:07.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:46:07.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:07.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:07.910 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:46:07.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:46:07.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:46:07.915 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:46:07.916 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 08:46:07.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:46:07.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:46:07.919 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:46:07.919 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:46:07.920 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:46:07.920 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:46:07.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:46:07.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:07.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:07.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:07.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:07.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:07.922 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:46:07.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:07.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:07.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:07.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:07.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:46:07.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:46:07.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:07.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:46:07.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:46:07.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:46:07.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:07.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:07.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:07.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:07.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:46:07.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:46:07.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:07.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:07.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:08.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:08.000 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:46:08.000 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:08.000 DEBUG [main][MenuItemLookup] Item match:File 08:46:08.001 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:46:08.001 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:46:08.002 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:46:08.002 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:08.003 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:46:08.003 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:08.003 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:46:08.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:08.003 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:46:08.003 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:46:08.003 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:46:08.003 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:46:08.003 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:46:08.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:46:08.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:46:08.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:46:08.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:08.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:08.083 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:08.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:08.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:46:08.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:08.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:08.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:08.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:46:08.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:08.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:08.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:46:08.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:08.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:46:08.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:08.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:46:08.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:46:08.085 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:46:08.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:46:08.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:46:08.086 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:46:08.086 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:46:08.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:46:08.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:08.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:08.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:08.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:08.088 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:46:08.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:08.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:08.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:08.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:08.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:46:08.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:08.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:08.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:46:08.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:46:08.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:46:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:08.122 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:46:08.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:46:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:46:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:08.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:08.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:08.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:46:08.127 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:46:08.128 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 08:46:08.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:46:08.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:08.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:08.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:46:08.136 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:46:08.137 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:46:08.137 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:46:08.137 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:46:08.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:46:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:08.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:08.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:08.139 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:46:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:08.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:08.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:46:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:46:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:08.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:46:08.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:08.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:08.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:08.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 08:46:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:08.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:08.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:08.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:08.648 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 08:46:08.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:08.656 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:08.656 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:08.656 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:08.657 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:08.657 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:08.657 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:46:08.657 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:46:08.670 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:46:08.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:08.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:08.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:08.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:08.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:08.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:08.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:08.683 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 08:46:08.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:08.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:08.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:08.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:08.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:46:08.683 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:08.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:46:08.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:46:08.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:46:08.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:46:08.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:46:08.683 DEBUG [main][MenuItemLookup] Item match:Window 08:46:08.684 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:46:08.684 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:46:08.684 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:46:08.684 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:08.684 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:46:08.684 DEBUG [main][MenuItemLookup] Item match:Show View 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:08.688 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:46:08.688 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:46:08.696 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:46:08.696 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:46:08.696 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:46:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:46:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:46:08.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:46:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:08.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:46:08.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:08.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:46:08.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:08.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:08.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:08.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:08.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:46:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:46:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 08:46:08.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:46:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:09.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:46:09.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 08:46:09.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:46:09.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:09.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 08:46:09.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:09.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:46:09.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 08:46:09.259 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 08:46:09.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 08:46:09.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 08:46:09.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:09.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:09.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:09.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:46:09.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:09.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:09.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:09.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:46:09.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:09.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:46:09.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:09.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:09.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:09.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:09.262 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:46:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:09.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:09.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:09.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:46:09.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:46:09.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 08:46:09.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:09.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:09.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 08:46:09.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:09.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:09.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:09.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:09.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:09.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:09.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:09.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:09.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:09.533 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:09.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:09.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:09.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:46:09.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:09.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:09.535 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:09.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:09.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:09.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:09.536 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:09.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:09.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:09.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:09.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:09.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:10.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:10.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:10.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:10.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:10.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:10.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:10.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:10.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:10.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:10.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:10.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:10.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:10.539 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:10.543 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:10.544 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:10.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:10.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:11.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:11.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:11.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:11.046 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:11.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:11.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:11.060 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:11.060 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:11.060 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:11.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:11.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:11.062 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:11.062 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:11.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:11.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:11.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:11.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:11.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:11.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:11.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:11.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:11.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:11.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:11.095 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:11.095 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:11.095 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:11.095 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:11.096 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:11.096 DEBUG [main][EditorHandler] 2 editor(s) found 08:46:11.097 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:46:11.112 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:46:11.112 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:11.142 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:11.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:11.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:11.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:11.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:11.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:11.143 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:11.143 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:11.143 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:11.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:11.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:11.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:11.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:11.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:11.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:11.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:11.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:11.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:11.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:11.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:11.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:11.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:11.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:11.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:11.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:11.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:11.166 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:11.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:11.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:11.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:11.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:11.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:11.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:11.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:11.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:11.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:11.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:11.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:11.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:11.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:11.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:11.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:11.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:11.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:12.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:12.192 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:12.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:12.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:12.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:12.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:12.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:12.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:12.193 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:12.194 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:12.194 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:12.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:12.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:12.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:12.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:12.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:12.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:12.194 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:12.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:12.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:12.197 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:12.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:12.197 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:12.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:12.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:12.198 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:12.198 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:12.224 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:12.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:12.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:12.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:12.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:12.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:12.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:12.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:12.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:12.229 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:12.229 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:12.229 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:12.229 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:12.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:46:12.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:12.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:12.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:12.230 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:12.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:12.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:12.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:12.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:12.231 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:46:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:12.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:12.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:12.233 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:12.233 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:12.234 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:12.276 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:12.276 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:12.276 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:12.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:12.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:12.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:12.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:12.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:12.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:12.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:12.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:12.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:12.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:12.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:12.280 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:12.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:12.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:12.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:12.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:12.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:12.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:12.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:12.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:12.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:12.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:12.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:12.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:12.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:12.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:12.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:12.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:12.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:12.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:12.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:12.288 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:12.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:12.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:12.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:12.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:12.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:12.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:12.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:13.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:13.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:13.290 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:13.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:13.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:13.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:13.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:13.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:13.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:13.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:13.292 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:13.292 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:13.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:13.293 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:13.293 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:13.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:13.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:13.302 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:13.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:13.302 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:13.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:13.304 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:13.304 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:13.304 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:13.338 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:13.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:13.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:13.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:13.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:13.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:13.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:13.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:13.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:13.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:13.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:13.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:13.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:13.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:13.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:13.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:13.351 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:13.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:13.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:13.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:13.383 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:13.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:13.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:13.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:13.384 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:13.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:13.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:13.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:13.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:13.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:13.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:13.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:13.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:14.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:14.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:14.386 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:14.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:14.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:14.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:14.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:14.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:14.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:14.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:14.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:14.388 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:14.388 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:14.389 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:14.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:14.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:14.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:14.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:14.389 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:14.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:14.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:14.392 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:14.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:14.392 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:14.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:14.394 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:14.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:14.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:14.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:14.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:14.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:14.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:14.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:14.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@74a90465 is found... 08:46:14.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@74a90465 is found finished successfully 08:46:14.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:14.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:14.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:14.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:14.413 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:14.413 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:14.413 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:14.413 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:14.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:14.419 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:14.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:14.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:14.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:14.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:14.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:14.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:14.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:14.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:14.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:14.434 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:14.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:14.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:14.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:14.462 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:14.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:14.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:14.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:14.462 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:14.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:14.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:14.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:14.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:14.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:14.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:14.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:15.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:15.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:15.465 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:15.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:15.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:15.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:15.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:15.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:15.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:15.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:15.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:15.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:15.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:15.467 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:15.467 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:46:15.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:15.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:15.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:15.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:46:15.468 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:46:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:46:15.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:46:15.470 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:46:15.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:46:15.470 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:46:15.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:46:15.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:46:15.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:15.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:15.497 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:15.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:15.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:15.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:15.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:15.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:15.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5080f0b2 is found... 08:46:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5080f0b2 is found finished successfully 08:46:15.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 08:46:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:15.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:15.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:15.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:15.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:15.502 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:15.502 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:15.502 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:15.502 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:15.503 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:15.503 DEBUG [main][EditorHandler] 2 editor(s) found 08:46:15.503 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:15.511 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:15.511 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:46:15.543 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:46:15.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:15.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:15.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:15.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:15.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:15.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:15.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:15.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:15.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:15.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:15.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:15.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:15.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:15.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:15.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:15.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:15.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:15.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:15.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:15.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:15.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:15.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:15.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:15.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:15.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:15.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:15.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:15.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:15.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:15.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:15.568 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:15.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:15.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:15.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:15.569 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:15.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:15.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:15.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:15.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:15.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:15.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:16.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:16.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:16.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:16.571 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:16.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:16.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:16.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:16.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:16.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:16.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:16.573 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:16.573 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:16.574 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:16.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:16.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:16.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:16.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:16.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:16.574 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:16.574 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:16.574 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:16.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:16.577 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:16.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:16.577 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:16.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:16.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:16.579 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:16.579 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:16.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:16.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:16.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:16.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:16.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:16.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:16.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:16.607 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:16.607 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:16.607 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:16.607 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:16.608 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:16.608 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:16.608 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:46:16.609 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:16.638 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:16.638 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:16.638 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:16.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:16.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:16.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:16.639 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:16.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:16.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:16.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:16.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:16.642 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:16.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:16.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:16.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:16.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:16.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:16.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:16.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:16.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:16.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:16.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:16.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:16.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:16.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:16.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:16.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:16.651 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:16.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:16.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:16.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:16.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:16.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:16.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:16.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:16.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:16.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:16.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:17.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:17.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:17.666 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:17.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:17.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:17.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:17.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 08:46:17.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:17.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:17.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:17.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:17.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:17.668 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:17.669 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:17.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:17.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:17.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:17.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:17.669 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:17.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:17.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:17.671 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:17.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:17.671 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:17.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:17.673 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:17.673 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:17.696 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:17.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:17.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:17.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:17.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:17.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:17.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:17.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:17.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:17.700 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:17.700 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:17.700 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:17.700 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:17.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.impl.editor.DefaultEditor, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:46:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:17.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:17.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:17.701 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:17.702 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:17.702 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:17.730 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:17.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:17.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:17.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:17.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:17.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:17.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:17.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:17.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:17.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:17.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:17.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:17.734 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:17.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:17.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:17.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:17.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:17.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:17.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:17.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:17.740 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:17.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:17.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:17.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:17.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:17.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:17.743 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:17.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:17.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:17.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:17.743 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:17.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:17.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:17.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:17.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:17.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:17.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:18.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:18.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:18.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:18.745 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:18.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:18.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:18.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:18.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:18.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:18.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:18.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:18.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:18.747 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:18.747 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:18.748 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:18.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:18.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:18.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:18.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:18.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:18.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:18.748 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:18.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:18.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:18.750 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:18.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:18.750 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:18.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:18.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:18.752 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:18.752 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:18.775 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:18.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:18.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:18.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:18.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:18.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:18.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:18.779 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:18.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:18.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:18.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:18.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:18.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:18.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:18.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:18.786 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:18.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:18.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:18.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:18.817 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:18.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:18.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:18.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:18.817 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:18.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:18.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:18.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:18.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:19.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:19.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:19.819 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:19.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:19.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:19.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:19.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:19.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:19.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:19.821 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:19.821 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:19.822 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:19.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:19.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:19.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:19.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:19.822 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:19.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:19.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:19.826 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:19.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:19.827 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:19.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:19.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:19.828 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:19.828 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:19.837 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:19.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:19.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:19.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:19.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:19.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:19.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1deed499 is found... 08:46:19.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1deed499 is found finished successfully 08:46:19.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:19.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:19.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:19.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:19.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:19.844 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:19.845 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:19.845 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:19.845 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:19.845 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:19.846 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:19.846 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:19.875 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:19.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:19.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:19.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:19.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:19.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:19.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:19.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:19.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:19.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:19.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:19.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:19.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:19.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:19.879 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:19.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:19.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:19.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:19.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:19.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:19.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:19.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:19.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:19.886 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:19.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:19.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:19.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:19.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:19.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:19.911 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:19.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:19.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:19.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:19.914 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:19.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:19.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:19.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:19.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:19.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:20.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:20.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:20.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:20.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:20.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:20.916 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:20.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:20.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:20.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:20.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:20.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:20.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:20.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:20.917 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:20.918 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:20.918 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:20.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:20.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:20.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:20.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:20.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:20.919 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:20.919 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:20.919 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:20.923 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:20.923 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:20.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:20.923 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:20.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:20.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:20.925 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:20.926 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:20.953 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:20.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:20.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:20.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:20.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:20.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:20.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:20.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:20.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:20.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:20.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:20.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:20.957 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:20.957 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:20.957 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:20.957 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:20.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:46:20.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:20.958 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:20.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:20.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:20.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:20.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:20.958 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:46:20.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:20.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:20.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:20.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:20.960 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:20.961 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:20.961 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:46:20.961 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:20.994 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:20.994 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:20.994 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:20.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:20.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:20.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:20.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:20.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:20.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:20.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:20.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:20.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:20.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:20.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:20.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:20.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:20.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:20.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:20.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:20.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:20.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:20.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:21.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:21.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:21.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:21.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:21.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:21.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:21.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:21.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:21.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:21.020 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:21.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:21.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:21.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:21.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:21.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:21.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:21.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:21.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:21.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:21.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:21.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:21.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:22.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:22.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:22.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:22.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:22.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:22.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:22.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:22.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:22.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:22.025 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:22.025 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:22.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:22.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:22.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:22.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:22.025 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:22.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:22.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:22.028 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:22.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:22.028 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:22.028 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:22.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:22.030 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:22.030 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:22.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:22.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:22.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:22.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:22.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:22.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:22.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:22.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:22.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:22.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:22.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:22.062 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:22.062 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:22.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:46:22.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:22.063 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:22.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:22.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:22.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:22.064 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:46:22.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:22.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:22.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:22.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:22.065 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:22.066 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:22.066 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:46:22.066 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:22.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 08:46:22.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 08:46:22.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:46:22.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:22.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:22.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:46:22.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:22.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:46:22.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:22.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:22.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:22.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:46:22.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:22.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:22.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:22.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:22.602 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:46:22.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:22.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:22.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:22.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:46:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:46:22.655 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:22.655 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:22.655 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:22.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:22.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:22.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:22.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:22.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:22.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:22.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:22.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:22.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:22.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:22.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.659 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:22.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:22.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:22.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:22.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:22.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:22.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:22.666 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:22.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:22.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:22.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:22.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:22.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:22.668 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:22.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:22.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:22.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:22.680 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:22.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:22.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:22.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:22.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:22.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:22.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:23.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:23.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:23.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:23.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:23.682 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:23.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:23.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:23.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:23.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:23.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:23.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:23.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:23.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:23.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:23.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:23.684 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:23.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:23.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:23.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:23.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:23.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:23.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:23.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:23.685 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:23.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:23.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:23.687 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:23.687 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:23.687 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:23.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:23.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:23.689 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:23.689 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:23.712 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:23.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:23.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:23.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:23.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:23.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:23.712 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:23.713 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:23.713 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:23.748 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:23.749 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:23.749 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:23.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:23.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:23.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:23.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:23.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:23.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:23.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:23.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:23.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:23.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:23.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:23.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:23.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:23.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:23.753 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:23.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:23.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:23.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:23.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:23.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:23.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:23.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:23.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:23.760 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:23.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:23.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:23.773 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:23.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:23.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:23.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:23.774 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:23.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:23.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:23.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:23.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:23.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:23.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:24.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:24.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:24.776 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:24.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:24.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:24.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:24.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:24.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:24.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:24.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:24.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:24.778 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:24.778 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:24.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:24.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:24.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:24.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:24.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:24.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:24.780 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:24.780 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:24.780 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:24.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:24.782 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:24.782 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:24.782 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:24.782 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:24.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:24.784 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:24.784 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:24.811 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:24.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:24.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:24.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:24.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:24.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:24.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dbed80c is found... 08:46:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dbed80c is found finished successfully 08:46:24.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:24.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:24.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:24.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:24.816 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:24.816 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:24.816 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:24.816 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:24.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:24.822 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:24.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:24.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:24.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:24.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:24.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:24.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:24.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:24.842 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:24.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:24.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:24.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:24.858 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:24.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:24.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:24.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:24.859 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:24.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:24.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:24.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:24.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:24.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:24.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:25.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:25.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:25.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:25.873 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:25.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:25.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:25.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:25.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:25.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:25.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:25.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:25.874 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:25.875 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:46:25.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:25.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:25.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:25.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:46:25.875 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:46:25.876 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:46:25.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:46:25.878 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:46:25.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:46:25.878 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:46:25.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:46:25.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:46:25.881 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:25.881 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:25.912 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:25.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:25.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:25.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:25.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:25.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:25.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5aa8bb88 is found... 08:46:25.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5aa8bb88 is found finished successfully 08:46:25.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 '\*?\QeditorTest.min\E') 08:46:25.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:25.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:25.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:25.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:25.916 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:46:25.927 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:25.928 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:25.928 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:25.928 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69b423cc is found... 08:46:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69b423cc is found finished successfully 08:46:25.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 08:46:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:25.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:25.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:25.931 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 08:46:25.939 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:25.939 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:46:25.939 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:25.939 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:25.940 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:25.940 DEBUG [main][EditorHandler] 2 editor(s) found 08:46:25.940 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:25.953 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:25.953 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:46:25.983 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:46:25.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:25.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:25.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:25.983 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:25.983 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:25.984 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:25.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:25.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:25.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:25.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:25.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:25.987 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:25.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:25.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:25.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:25.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:26.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:26.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:26.006 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:26.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:26.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:26.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:26.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:26.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:26.018 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:26.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:26.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:26.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:26.019 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:26.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:26.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:26.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:26.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:26.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:26.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:26.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:27.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:27.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:27.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:27.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:27.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:27.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:27.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:27.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:27.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:27.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:27.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:27.023 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:27.023 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:27.023 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:27.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:27.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:27.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:27.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:27.024 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:27.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:27.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:27.026 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:27.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:27.026 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:27.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:27.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:27.028 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:27.028 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:27.052 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:27.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:27.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:27.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:27.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:27.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:27.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:27.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:27.055 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:27.055 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:27.055 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:27.057 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:27.057 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:27.057 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:27.091 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:27.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:27.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:27.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:27.091 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:27.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:27.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:27.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:27.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:27.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:27.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:27.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:27.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:27.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:27.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:27.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:27.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:27.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:27.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:27.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:27.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:27.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:27.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:27.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:27.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:27.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:27.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:27.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:27.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:27.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:27.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:27.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:28.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:28.117 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:28.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:28.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:28.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:28.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:28.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:28.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:28.119 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:28.119 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:28.120 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:28.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:28.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:28.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:28.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:28.120 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:28.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:28.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:28.122 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:28.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:28.122 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:28.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:28.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:28.124 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:28.124 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:28.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:28.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:28.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:28.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:28.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:28.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:28.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:28.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:28.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:28.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:28.165 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:28.165 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:28.165 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:28.165 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:28.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:46:28.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:28.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:28.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:28.167 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:28.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:28.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:28.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:28.167 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:46:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:28.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:28.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:28.170 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:28.170 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:28.170 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:46:28.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:28.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:28.171 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:46:28.171 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:28.171 DEBUG [main][MenuItemLookup] Item match:File 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:28.172 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:46:28.172 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:46:28.173 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:46:28.173 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:46:28.173 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:46:28.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:46:28.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:46:28.192 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:28.192 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:46:28.192 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:28.192 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:28.193 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:28.193 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:28.193 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:28.234 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:28.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:28.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:28.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:28.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:28.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:28.235 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:28.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:28.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:28.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:28.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:28.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:28.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:28.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:28.239 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:28.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:28.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:28.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:28.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:28.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:28.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 '\*?\QPackage Explorer\E') 08:46:28.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:28.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:28.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:28.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:28.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:28.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:28.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:28.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:28.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:28.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:28.261 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:28.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:28.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:28.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:28.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:28.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:28.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:28.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:28.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:28.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:28.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:29.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:29.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:29.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:29.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:29.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:29.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:29.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:29.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:29.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:29.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:29.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:29.270 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:29.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:29.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:29.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:29.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:29.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:29.272 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:29.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:29.279 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:29.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:29.279 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:29.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:29.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:29.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:29.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:29.323 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:29.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:29.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:29.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:29.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:29.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:29.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:29.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:29.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:29.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:29.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:29.327 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:29.327 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:29.327 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:29.327 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:29.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:46:29.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:29.329 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:29.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:29.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:29.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:29.329 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:46:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:29.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:29.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:29.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:46:29.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:29.331 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:29.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:29.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:29.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:29.332 INFO [WorkbenchTestable][AbstractButton] Click button Save 08:46:29.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:29.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:29.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:29.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:29.334 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:29.334 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:29.334 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:29.366 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:29.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:29.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:29.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:29.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:29.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:29.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:29.367 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:29.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:29.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:29.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:29.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:29.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:29.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:29.370 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:29.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:29.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:29.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:29.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:29.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:29.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:29.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:29.375 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:29.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:29.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:29.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:29.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:29.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:29.377 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:29.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:29.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:29.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:29.378 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:29.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:29.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:29.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:29.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:29.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:29.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:30.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:30.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:30.380 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:30.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:30.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:30.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:30.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:30.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:30.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:30.381 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:30.382 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:30.382 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:30.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:30.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:30.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:30.383 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:30.383 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:30.383 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:30.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:30.385 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:30.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:30.385 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:30.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:30.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:30.387 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:30.387 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:30.413 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:30.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:30.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:30.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:30.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:30.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:30.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:30.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:30.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:30.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:30.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:30.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:30.417 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:30.417 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:30.417 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:30.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:30.422 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:30.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:30.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:30.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:30.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:30.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:30.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:30.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:30.441 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:30.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:30.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:30.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:30.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:30.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:30.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:30.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:30.469 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:30.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:30.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:30.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:30.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:30.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:30.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:31.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:31.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:31.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:31.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:31.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:31.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:31.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:31.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:31.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:31.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:31.473 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:31.473 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:31.474 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:46:31.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:31.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:31.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:31.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:46:31.474 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:46:31.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:46:31.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:46:31.476 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:46:31.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:46:31.477 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:46:31.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:46:31.482 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:46:31.482 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:31.482 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:31.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:31.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:31.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:31.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:31.508 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:46:31.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:31.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:31.515 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:31.515 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:31.516 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:46:31.516 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:31.537 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:31.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42cbffa3 is found... 08:46:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42cbffa3 is found failed, an exception will be thrown 08:46:41.546 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:41.546 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:41.546 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:46:41.576 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:46:41.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:41.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:41.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:41.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:41.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:41.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:41.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:41.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:41.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:41.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:41.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:41.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:41.582 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:41.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:41.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:41.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:41.587 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:41.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:41.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:41.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:41.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:41.603 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:41.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:41.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:41.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:41.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:41.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:41.616 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:41.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:41.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:41.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:41.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:41.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:41.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:41.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:41.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:41.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:42.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:42.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:42.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:42.619 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:42.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:42.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:42.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:42.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:42.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:42.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:42.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:42.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:42.620 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:42.621 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:42.621 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:42.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:42.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:42.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:42.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:42.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:42.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:42.621 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:42.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:42.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:42.624 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:42.624 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:42.624 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:42.624 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:42.625 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:42.625 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:42.625 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:42.651 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:42.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:42.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:42.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:42.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:42.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:42.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:42.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:42.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:42.655 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:42.655 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:42.655 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:42.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:46:42.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:42.656 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:42.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:42.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:42.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:42.656 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:46:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:42.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:42.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:42.658 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:42.658 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:42.658 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 08:46:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 08:46:43.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:46:43.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:43.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:43.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:46:43.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:43.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:43.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 "Save") 08:46:43.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:43.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:46:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:43.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:43.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:43.191 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:46:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:43.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:43.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:43.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:46:43.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:46:43.241 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:43.241 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:43.241 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:43.241 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:43.241 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:43.241 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:43.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:43.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:43.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:43.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:43.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:43.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:43.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:43.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:43.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:43.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:43.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:43.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:43.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:43.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:43.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:43.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:43.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:43.252 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:43.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:43.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:43.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:43.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:43.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:43.254 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:43.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:43.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:43.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:43.266 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:43.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:43.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:43.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:43.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:43.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:43.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:44.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:44.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:44.268 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:44.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:44.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:44.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:44.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:44.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:44.269 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:44.270 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:44.270 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:44.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:44.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:44.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:44.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:44.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:44.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:44.271 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:44.271 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:44.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:44.273 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:44.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:44.273 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:44.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:44.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:44.274 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:44.274 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:44.297 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:44.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:44.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:44.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:44.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:44.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:44.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:44.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:44.300 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:44.301 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:44.301 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:44.301 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:44.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:46:44.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:44.302 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:46:44.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:44.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:44.306 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:46:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:44.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:44.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5819e5b3 is found... 08:46:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5819e5b3 is found finished successfully 08:46:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:44.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:44.322 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:44.322 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:44.323 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:44.323 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:44.323 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 08:46:44.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 08:46:44.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:46:44.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:44.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:44.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:46:44.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:44.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:46:44.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:44.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:44.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:44.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:46:44.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:44.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:44.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:46:44.898 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:46:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:46:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:46:44.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:46:44.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:46:44.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:46:44.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:46:44.943 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:44.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:44.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:44.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:44.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:44.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:44.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:44.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:44.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:44.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:44.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:44.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:44.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:44.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:44.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:44.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:44.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:44.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:44.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:44.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:44.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:44.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:44.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:44.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:44.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:44.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:44.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:44.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:44.956 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:44.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:44.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:44.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:44.956 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:44.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:44.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:44.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:45.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:45.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:45.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:45.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:45.970 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:45.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:45.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:45.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:45.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:45.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:45.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:45.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:45.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:45.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:45.971 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:45.971 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:45.972 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:45.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:45.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:45.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:45.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:45.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:45.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:45.972 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:45.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:45.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:45.975 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:45.975 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:45.975 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:45.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:45.976 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:45.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:45.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:46.000 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:46.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:46.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:46.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:46.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:46.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:46.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:46.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:46.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:46.003 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:46.004 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:46.004 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:46.004 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:46.004 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:46.005 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:46.005 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:46:46.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:46.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:46.005 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:46:46.005 DEBUG [main][MenuItemLookup] Found menu:'File' 08:46:46.005 DEBUG [main][MenuItemLookup] Item match:File 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'' 08:46:46.006 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:46:46.006 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:46:46.006 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:46.007 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:46.007 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:46.043 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:46.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:46.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:46.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:46.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:46.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:46.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:46.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:46.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:46.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:46.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:46.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:46.047 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:46.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:46.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:46.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:46.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:46.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:46.055 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:46.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:46.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:46.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:46.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:46.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:46.057 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:46.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:46.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:46.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:46.057 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:46.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:46.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:46.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:46.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:46.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:47.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:47.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:47.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:47.059 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:47.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:47.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:47.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:47.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:47.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:47.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:47.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:47.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:47.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:47.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:47.061 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:47.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:47.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:47.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:47.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:47.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:47.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:47.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:47.062 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:47.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:47.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:47.066 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:47.066 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:47.067 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:47.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:47.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:47.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:47.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:47.098 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:47.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:47.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:47.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:47.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:47.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:47.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c08f827 is found... 08:46:57.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c08f827 is found failed, an exception will be thrown 08:46:57.109 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:57.110 DEBUG [main][EditorHandler] 1 editor(s) found 08:46:57.110 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:57.134 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:57.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:57.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:57.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:57.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:57.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:57.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:57.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:57.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:57.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:57.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:57.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:57.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:57.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:57.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:57.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:57.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:57.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:57.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:57.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:57.148 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:57.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:57.161 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:57.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:57.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:57.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:57.162 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:57.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:57.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:57.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:57.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:57.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:58.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:58.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:58.164 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:58.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:58.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:58.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:58.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:46:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:58.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:58.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:58.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:58.166 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:58.166 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:58.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:58.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:58.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:58.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:58.166 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:58.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:58.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:58.168 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:58.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:58.168 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:58.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:58.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:58.170 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:58.170 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:58.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:58.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:58.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:58.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:58.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:58.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:58.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:46:58.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:58.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:58.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:58.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:58.195 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:58.195 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:58.195 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:46:58.195 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:46:58.196 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:58.196 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:46:58.196 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:46:58.196 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:46:58.223 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:46:58.224 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:46:58.224 DEBUG [main][EditorHandler] 0 editor(s) found 08:46:58.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:58.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:58.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:58.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:58.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:58.224 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:58.224 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:58.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:46:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:46:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:58.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:58.228 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:58.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:58.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:58.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:58.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:58.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:46:58.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:58.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:58.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:58.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:58.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:58.233 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:58.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:46:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:46:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:46:58.235 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:58.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:58.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:58.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:58.235 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:58.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:58.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:58.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:58.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:58.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:58.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:59.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:59.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:46:59.243 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:59.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:59.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:59.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:59.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 08:46:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:59.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:59.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:59.244 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:46:59.244 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:46:59.245 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:46:59.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:46:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:59.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:46:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:59.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:46:59.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:59.245 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:59.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:59.247 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:59.248 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:46:59.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:46:59.248 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:46:59.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:46:59.249 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:46:59.249 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:46:59.249 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:46:59.274 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:46:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:59.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:59.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:59.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:46:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:59.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:59.278 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:46:59.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:59.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:46:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:59.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:46:59.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:46:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:59.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:59.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:46:59.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:59.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:59.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:59.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:59.321 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:59.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:59.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:59.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:59.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:46:59.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:46:59.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:46:59.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:46:59.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:59.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:59.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:00.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:00.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:00.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:00.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:00.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:00.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:00.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:00.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:00.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:00.326 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:00.326 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:47:00.326 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:47:00.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:47:00.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:00.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:47:00.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:00.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:47:00.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:47:00.327 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:47:00.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:47:00.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:47:00.329 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:47:00.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:47:00.329 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:47:00.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:47:00.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:47:00.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:00.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:00.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:00.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:00.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:00.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:00.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:00.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:00.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 08:47:00.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:00.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:00.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:00.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:00.357 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:00.357 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:00.357 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:47:00.357 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:47:00.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3baba468 is found... 08:47:00.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3baba468 is found finished successfully 08:47:00.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:47:00.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:00.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:00.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:00.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:00.361 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:47:00.373 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:00.373 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:47:00.373 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:47:00.373 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:47:00.374 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:00.374 DEBUG [main][EditorHandler] 2 editor(s) found 08:47:00.374 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:47:00.395 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:47:00.395 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:47:00.427 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:47:00.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:00.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:00.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:00.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:00.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:00.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:47:00.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:00.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:47:00.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:00.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:00.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:00.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:00.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:00.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:47:00.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:00.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:00.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:00.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:47:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:00.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:00.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:00.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:00.440 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:00.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:00.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:00.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:00.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:00.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:00.442 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:00.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:00.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:00.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:00.442 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:00.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:00.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:00.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:00.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:00.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:01.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:01.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:01.444 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:01.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:01.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:01.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:01.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:01.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:01.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:01.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:01.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:01.446 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:01.446 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:47:01.446 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:47:01.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:47:01.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:01.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:47:01.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:01.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:47:01.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:47:01.447 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:47:01.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:47:01.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:47:01.452 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:47:01.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:47:01.452 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:47:01.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:47:01.454 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:47:01.454 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:01.454 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:01.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:01.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:01.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:01.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:01.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:01.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:01.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:47:01.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:01.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:01.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:01.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:01.483 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:01.483 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:01.483 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:47:01.483 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:47:01.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:47:01.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:01.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:01.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:01.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:01.487 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:01.487 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:47:01.487 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:01.487 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:01.487 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:47:01.517 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:47:01.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:01.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:01.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:01.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:47:01.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:01.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:47:01.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:01.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:01.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:01.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:01.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:01.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:47:01.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:01.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:01.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:01.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:47:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:01.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:01.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:01.539 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:01.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:01.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:01.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:01.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:01.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:01.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:01.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:01.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:01.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:01.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:01.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:01.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:01.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:01.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:01.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:02.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:02.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:02.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:02.544 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:02.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:02.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:02.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:02.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:02.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:02.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:02.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:02.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:02.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:02.546 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:47:02.546 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:47:02.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:47:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:02.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:47:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:02.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:47:02.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:47:02.547 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:47:02.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:47:02.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:47:02.549 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:47:02.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:47:02.549 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:47:02.549 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:47:02.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:47:02.550 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:02.550 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:02.588 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:02.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:02.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:02.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:02.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:02.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:02.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 '\*?\QeditorTest.min\E') 08:47:02.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:02.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:02.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:02.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:02.592 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:02.592 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:02.592 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:47:02.592 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:47:02.593 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:02.593 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:02.594 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:47:02.622 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:47:02.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:02.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:02.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:02.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:02.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:02.623 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:47:02.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:02.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:47:02.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:02.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:02.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:02.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:02.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:02.627 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:47:02.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:02.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:02.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:02.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:47:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:02.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:02.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:02.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:02.633 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:02.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:02.635 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:02.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:02.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:02.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:02.647 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:02.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:02.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:02.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:02.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:03.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:03.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:03.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:03.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:03.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:03.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:03.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:03.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:03.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:03.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:03.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:03.651 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:03.652 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:47:03.652 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:47:03.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:47:03.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:03.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:47:03.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:03.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:47:03.653 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:47:03.653 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:47:03.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:47:03.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:47:03.656 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:47:03.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:47:03.656 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:47:03.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:47:03.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:47:03.658 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:03.658 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:03.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:03.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:03.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:03.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:03.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:03.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:03.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:03.685 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:47:03.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:03.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:47:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:03.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:47:03.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:47:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:03.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:03.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:03.691 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:03.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:03.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:03.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:03.719 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:03.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:03.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:03.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:03.720 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:03.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:03.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:03.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:03.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:04.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:04.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:04.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:47:04.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:47:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:04.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 08:47:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:04.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:04.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:04.723 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:04.723 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:47:04.724 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 08:47:04.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:47:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:04.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:47:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:04.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:47:04.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:47:04.724 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:47:04.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:47:04.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:47:04.727 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 08:47:04.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:47:04.727 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:47:04.731 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:47:04.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:47:04.733 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:04.733 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:04.758 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:04.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:04.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:04.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:04.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:04.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:04.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26edce84 is found... 08:47:04.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26edce84 is found finished successfully 08:47:04.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 08:47:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:04.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:04.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:04.762 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:04.762 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:04.762 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:47:04.762 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:47:04.763 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:04.764 DEBUG [main][EditorHandler] 2 editor(s) found 08:47:04.764 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:47:04.771 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:47:04.771 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:47:04.802 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:47:04.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:04.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:04.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:04.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:04.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:04.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:47:04.803 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:04.803 DEBUG [main][EditorHandler] 0 editor(s) found 08:47:04.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:04.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:04.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:04.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:04.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:04.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:04.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:04.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:04.807 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:04.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:04.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:04.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:04.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:04.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:04.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:04.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:04.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:04.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:04.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:04.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:04.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:04.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:05.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:05.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:05.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:05.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:05.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:05.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:05.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:05.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:05.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:05.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:05.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:05.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:05.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:05.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:05.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:05.835 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:05.836 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:05.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:05.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:05.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:05.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:05.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:06.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:06.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:06.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:06.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:06.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:06.838 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:06.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:06.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:06.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:06.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:06.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:06.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:06.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:06.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:06.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:06.840 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:06.840 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:06.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:06.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:06.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:06.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:06.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:06.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:06.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:06.841 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:47:06.841 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:47:06.841 DEBUG [main][TreeItemHandler] Set Tree selection 08:47:06.841 DEBUG [main][TreeHandler] Notify Tree about selection event 08:47:06.851 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:47:06.855 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:47:06.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:47:06.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:06.891 DEBUG [main][MenuItemLookup] Found menu:'New' 08:47:06.891 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:47:06.891 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:06.891 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:47:06.891 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:06.891 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:47:06.891 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:06.892 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:47:06.892 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:47:06.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:47:06.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:47:06.892 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:06.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:47:07.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:47:07.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:07.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:07.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:07.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:07.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:47:07.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:07.422 DEBUG [main][MenuItemLookup] Found menu:'New' 08:47:07.423 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:47:07.423 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:07.423 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:47:07.423 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:07.423 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:47:07.423 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:47:07.423 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:47:07.423 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:47:07.423 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:47:07.423 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:47:07.423 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:47:07.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:47:07.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:47:07.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:47:07.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:47:08.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:08.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:47:08.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:08.002 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:47:08.002 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:47:08.002 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:47:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:08.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:08.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:08.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:47:08.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:08.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:47:08.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:08.004 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:47:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:08.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:08.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:08.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:47:08.009 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:47:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:47:08.509 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:47:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:08.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:47:08.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:47:08.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:08.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:08.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:08.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:08.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:08.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:47:08.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:08.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:08.511 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:47:08.511 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:08.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:08.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:08.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.792 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.473 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.134 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.266 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.095 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.092 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.144 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.119 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.661 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.093 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.234 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.107 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.144 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.132 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.209 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.664 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.701 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.1 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.09 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.09 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.203 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.089 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.105 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.18 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:08.522 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:08.523 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:47:08.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:08.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:08.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:08.524 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:47:08.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:08.524 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:47:08.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:08.524 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:47:08.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:47:08.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:47:08.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:47:08.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:08.525 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:47:08.526 DEBUG [main][MenuItemLookup] Item match:Window 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:08.526 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:47:08.526 DEBUG [main][MenuItemLookup] Item match:Preferences 08:47:08.526 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:47:08.526 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:47:08.526 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:47:08.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:47:08.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:47:08.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:47:08.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.610 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:47:08.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:47:08.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:47:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:47:08.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:47:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:08.626 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:47:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:08.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:08.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:47:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:47:08.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.651 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:08.651 DEBUG [main][EditorHandler] 0 editor(s) found 08:47:08.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:08.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:08.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:08.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') 08:47:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:08.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:08.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:08.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:08.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:08.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:08.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:08.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:08.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:08.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:08.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:47:08.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:08.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:08.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:08.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:47:08.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:08.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:08.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:08.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:47:08.668 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:08.668 DEBUG [main][EditorHandler] 0 editor(s) found 08:47:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.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: "New Project"] 08:47:08.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:47:08.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.670 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:08.670 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:47:08.670 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:08.670 DEBUG [main][MenuItemLookup] Item match:File 08:47:08.671 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:08.671 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:47:08.672 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:47:08.672 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:08.672 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:47:08.672 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:08.672 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:47:08.672 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:08.672 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:47:08.672 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:47:08.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:47:08.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:47:08.672 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:47:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:47:08.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:47:08.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:47:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.735 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:47:08.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:47:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:08.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:47:08.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:47:08.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:47:08.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:47:08.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:08.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:47:08.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:08.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:47:08.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:47:08.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:47:08.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:08.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:47:08.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:08.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:47:08.737 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:47:08.737 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:47:08.737 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:47:08.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:47:08.741 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:47:08.741 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:47:08.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:47:08.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:08.742 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:47:08.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:08.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:08.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:08.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:08.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:08.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:47:08.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:47:08.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:47:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:08.767 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:47:08.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:08.767 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:47:08.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:47:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:47:08.769 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:47:08.770 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:47:08.771 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:47:08.771 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:47:08.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:47:08.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:08.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:08.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:08.773 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:47:08.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:08.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:08.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:08.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:08.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:47:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:47:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:09.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:47:09.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:47:09.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:09.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:09.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:09.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:09.281 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:47:09.282 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:09.282 DEBUG [main][MenuItemLookup] Item match:File 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:09.283 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:47:09.283 DEBUG [main][MenuItemLookup] Item match:Import... 08:47:09.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:47:09.284 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:47:09.284 INFO [main][MenuItemHandler] Select menu item: &Import... 08:47:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:47:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:47:09.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:47:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:09.352 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:47:09.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:47:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:09.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:09.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:47:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:47:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:47:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:47:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:09.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:09.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:47:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:47:09.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:47:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:09.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:47:09.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:09.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:47:09.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 08:47:09.857 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 08:47:09.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 08:47:09.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 08:47:09.861 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:47:09.861 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:47:09.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:47:09.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:09.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:09.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:09.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:09.863 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:47:09.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:09.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:09.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:09.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:09.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:47:09.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:47:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:09.946 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:47:09.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:47:09.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:47:09.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:47:09.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:09.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:09.947 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:47:09.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:09.949 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 08:47:09.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 08:47:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:09.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:09.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:09.951 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 08:47:09.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:09.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:09.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:09.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:09.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 08:47:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:09.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:09.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:47:09.955 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/ 08:47:09.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 08:47:09.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:09.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:09.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:09.991 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 08:47:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:09.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:09.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:10.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 08:47:10.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:10.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:10.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:10.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:10.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:10.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 08:47:10.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 08:47:10.030 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 08:47:10.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 08:47:10.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:10.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:10.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:10.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:10.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:10.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 08:47:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:10.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:10.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:10.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:10.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:10.032 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 08:47:10.032 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 08:47:10.032 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 08:47:10.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:10.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:10.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:10.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:10.034 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:47:10.034 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 08:47:10.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:47:10.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:10.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:10.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:10.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:10.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:10.037 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:47:10.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:10.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:10.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:10.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:10.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:47:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:47:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:10.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:47:11.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:47:11.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:47:11.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:47:11.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:11.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:11.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:11.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:11.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:11.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:11.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:11.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:11.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:11.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:11.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:11.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:11.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:11.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:11.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:11.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:11.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:11.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:11.618 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:11.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:11.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:11.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:11.619 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:11.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:11.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:11.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:11.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:11.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:11.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:12.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:12.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:12.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:12.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:12.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:12.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:12.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:12.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:12.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:12.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:12.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:12.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:12.623 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:12.623 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:12.624 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:12.628 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:12.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:13.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:13.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:13.130 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:13.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:13.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:13.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:13.631 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:13.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:13.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:14.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:14.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:14.133 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:14.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:14.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:14.169 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:14.169 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:14.169 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:14.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:14.210 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:14.211 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:14.211 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:15.636 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:15.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:47:15.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:15.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:15.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:15.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:15.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:15.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53e7225d is found... 08:47:15.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53e7225d is found finished successfully 08:47:15.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:15.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:15.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:15.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:15.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:15.719 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:15.719 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:15.720 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 08:47:15.739 INFO [WorkbenchTestable][Keyboard] Type text "a" 08:47:19.980 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:19.980 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 08:47:20.583 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:20.583 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:20.583 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:20.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:20.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:20.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:20.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:20.584 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:20.584 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:20.585 DEBUG [main][MenuItemLookup] Item match:File 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:20.586 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:20.586 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:20.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:20.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:20.587 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:20.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:20.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:20.628 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:20.628 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:20.628 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:20.629 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:20.629 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:47:20.629 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:20.715 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:20.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:20.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:20.717 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:20.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:20.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:20.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:20.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:20.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:20.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:20.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:20.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:20.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:20.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:20.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:20.720 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:20.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:20.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:20.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:20.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:20.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:20.722 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:20.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:20.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:20.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:20.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:20.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:20.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:20.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:20.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:20.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:20.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:21.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:21.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:21.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:21.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:21.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:21.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:21.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:21.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:21.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:21.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:21.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:21.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:21.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:21.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:21.726 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:21.727 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:21.727 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:21.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:21.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:21.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:21.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:21.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:21.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:21.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:21.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:21.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:21.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:21.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:21.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:21.729 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:21.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:21.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:21.742 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:21.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:21.742 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:21.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:21.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:21.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:21.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:21.940 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:21.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:21.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:21.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:21.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:21.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:21.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:21.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41faadff is found... 08:47:21.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41faadff is found finished successfully 08:47:21.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:21.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:21.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:21.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:21.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:21.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:21.966 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:21.966 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:21.966 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:22.024 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:22.025 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:22.025 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:22.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:22.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:22.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:22.026 DEBUG [main][MenuItemLookup] Item match:File 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:22.026 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:22.027 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:22.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:22.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:22.027 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:22.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:22.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:22.137 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:22.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 08:47:22.137 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:22.137 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:22.137 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:22.250 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:22.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:22.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:22.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:22.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:22.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:22.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:22.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:22.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:22.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:22.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:22.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:22.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 '\*?\QProject Explorer\E') 08:47:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:22.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:22.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:22.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:22.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:22.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:22.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:22.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:22.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:22.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:22.258 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:22.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:22.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:22.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:22.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:22.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:22.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:22.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:22.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:22.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:22.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:23.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:23.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:23.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:23.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:23.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:23.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:23.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:23.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:23.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:23.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:23.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:23.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:23.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:23.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:23.263 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:23.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:23.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:23.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:23.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:23.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:23.265 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:23.265 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:23.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:23.279 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:23.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:23.279 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:23.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:23.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:23.286 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:23.289 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:23.434 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:23.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:23.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:23.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:23.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:23.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:23.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:23.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7b62b896 is found... 08:47:23.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7b62b896 is found finished successfully 08:47:23.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 '\*?\QJavaClass.java\E') 08:47:23.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:23.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:23.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:23.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:23.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:23.454 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:23.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 08:47:23.454 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:23.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 08:47:23.456 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:47:23.470 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:47:23.475 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:23.475 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:47:24.076 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:24.076 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:47:24.678 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:24.678 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:47:25.279 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:25.279 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:47:25.880 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:25.880 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:47:26.481 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:26.481 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:47:27.082 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:27.082 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:47:27.683 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:27.683 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:47:28.285 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:28.285 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:28.285 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:28.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:28.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:28.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:28.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:28.286 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:28.286 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:28.286 DEBUG [main][MenuItemLookup] Item match:File 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:28.287 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:28.287 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:28.287 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:28.287 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:28.287 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:28.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:28.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:28.297 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:28.297 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:28.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:28.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:28.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:28.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:28.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:28.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:28.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:28.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:28.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:28.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:28.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:28.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:28.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:28.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:28.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:28.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:28.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:28.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:28.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:28.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:28.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:28.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:28.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:28.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:29.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:29.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:29.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:29.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:29.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:29.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:29.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 08:47:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:29.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:29.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:29.336 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:29.336 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:29.337 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:29.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:29.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:29.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:29.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:29.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:29.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:29.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:29.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:29.338 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:29.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:29.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:29.346 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:29.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:29.346 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:29.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:29.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:29.352 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:29.352 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:29.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:29.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:29.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:29.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:29.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69997904 is found... 08:47:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69997904 is found finished successfully 08:47:29.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:29.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:29.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:29.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:29.392 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47: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;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:29.392 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:29.410 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:29.410 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:29.410 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:29.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:29.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:29.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:29.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:29.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:29.411 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:29.411 DEBUG [main][MenuItemLookup] Item match:File 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:29.412 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:29.412 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:29.412 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:29.412 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:29.412 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:29.446 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:29.446 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:29.446 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:29.447 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:29.447 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:29.536 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:29.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:29.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:29.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:29.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:29.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:29.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:29.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:29.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:29.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:29.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:29.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:29.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:29.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:29.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:29.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:29.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:29.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:29.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:29.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:29.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 '\*?\QProject Explorer\E') 08:47:29.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:29.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:29.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:29.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:29.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:29.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:29.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:29.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:29.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:29.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:29.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:29.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:29.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:29.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:29.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:29.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:29.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:29.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:29.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:30.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:30.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:30.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:30.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:30.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:30.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:30.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:30.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:30.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:30.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 08:47:30.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:30.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:30.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:30.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:30.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:30.564 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:30.564 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:30.564 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:30.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:30.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:30.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:30.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:30.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:30.566 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:30.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:30.573 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:30.573 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:30.573 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:30.573 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:30.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:30.579 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:30.579 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:30.704 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:30.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:30.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:30.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:30.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:30.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:30.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:30.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:30.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:30.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:30.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30447716 is found... 08:47:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30447716 is found finished successfully 08:47:30.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:30.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:30.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:30.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:30.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:30.725 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:30.725 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:30.726 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:30.732 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:30.732 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:47:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:31.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:31.733 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:31.733 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:47:31.733 DEBUG [main][MenuItemLookup] Item match:Edit 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:31.734 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:47:31.734 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:47:31.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:47:31.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 08:47:31.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:47:31.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 08:47:31.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 08:47:31.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 08:47:31.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 08:47:31.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 08:47:31.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:31.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:31.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:31.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:31.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:31.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:31.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:31.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:31.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:31.741 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:31.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:31.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:31.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:31.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:31.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:31.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:31.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:31.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:31.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:31.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:31.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:31.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:32.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:32.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:32.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:32.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:32.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:32.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:32.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:32.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:32.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:32.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:32.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:32.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:32.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:32.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:32.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:32.778 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:32.778 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:32.778 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:32.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:32.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:32.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:32.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:32.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:32.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:32.779 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:32.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:32.786 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:32.787 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:32.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:32.787 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:32.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:32.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:32.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:32.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:32.831 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:32.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:32.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:32.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:32.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:32.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:32.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35df6737 is found... 08:47:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35df6737 is found finished successfully 08:47:32.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:32.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:32.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:32.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:32.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:32.837 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:32.837 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:32.837 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:32.859 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:32.859 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:32.859 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:32.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:32.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:32.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:32.860 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:32.860 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:32.860 DEBUG [main][MenuItemLookup] Item match:File 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:32.861 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:32.861 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:32.876 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:32.876 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:32.877 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:32.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:32.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:32.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:32.893 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:32.893 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:32.893 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:32.893 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:32.972 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:32.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:32.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:32.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:32.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:32.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:32.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:32.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:32.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:32.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:32.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:32.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:32.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:32.973 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:32.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:32.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:32.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:32.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:32.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:32.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:32.975 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:47:32.975 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:32.975 DEBUG [main][MenuItemLookup] Item match:File 08:47:32.976 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:32.976 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:47:32.978 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:47:32.978 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:32.978 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:47:32.978 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:32.978 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:47:32.978 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:32.978 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:47:32.978 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:47:32.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:47:32.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:47:32.978 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:47:33.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:47:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:47:33.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:47:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:33.083 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:47:33.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:33.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:47:33.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:47:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:47:33.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:47:33.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:47:33.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:33.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:47:33.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:33.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:47:33.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:47:33.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:47:33.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:33.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:47:33.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:33.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:47:33.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:47:33.086 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:47:33.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:47:33.089 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:47:33.089 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:47:33.089 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:47:33.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:47:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:33.091 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:47:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:33.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:33.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:33.134 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:47:33.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:33.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:33.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:47:33.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:47:33.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:47:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:33.135 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:47:33.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:47:33.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:47:33.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:47:33.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:47:33.139 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:47:33.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:47:33.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:47:33.142 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:47:33.143 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:47:33.149 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:47:33.149 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:47:33.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:47:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:47:33.153 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:47:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:47:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:47:33.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:47:33.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:47:33.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:47:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:47:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:33.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:47:33.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:33.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:33.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:33.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:47:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:33.668 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:47:33.673 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:33.673 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:33.673 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:47:33.673 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:47:33.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:33.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:47:33.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:33.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:33.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:47:33.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:33.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:33.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:33.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:33.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:33.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:33.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:33.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:33.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:33.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:33.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:33.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:33.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:33.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:33.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:34.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:34.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:34.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:34.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:34.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:34.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:34.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:34.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:34.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:34.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:34.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:34.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:34.699 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:34.699 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:34.699 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:34.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:34.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:34.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:34.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:34.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:34.700 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:34.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:34.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:34.708 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:34.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:34.708 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:34.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:34.721 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:34.721 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:34.721 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:34.839 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:34.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:34.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:34.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:34.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:34.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:34.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:34.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7239a777 is found... 08:47:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7239a777 is found finished successfully 08:47:34.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:34.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:34.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:34.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:34.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:34.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:34.856 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:34.877 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:34.878 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:34.878 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:34.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:34.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:34.889 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:34.889 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:34.889 DEBUG [main][MenuItemLookup] Item match:File 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:34.890 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:34.890 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:34.921 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:34.921 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:34.921 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:34.941 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:34.941 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:34.941 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:34.941 DEBUG [main][EditorHandler] 2 editor(s) found 08:47:34.941 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:47:34.947 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:47:34.947 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:35.040 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:35.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:35.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:35.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:35.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:35.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:35.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:35.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:35.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:35.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:35.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:35.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:35.042 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:35.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:35.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:35.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:35.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:35.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:35.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:35.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:35.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:35.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:35.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:35.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:35.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:35.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:35.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:35.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:35.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:35.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:35.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:35.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:35.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:35.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:35.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:35.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:36.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:36.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:36.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:36.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:36.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:36.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:36.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:36.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:36.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:36.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:36.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:36.049 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:36.050 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:36.050 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:36.050 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:36.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:36.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:36.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:36.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:36.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:36.051 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:36.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:36.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:36.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:36.051 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:36.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:36.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:36.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:36.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:36.051 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:36.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:36.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:36.059 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:36.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:36.059 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:36.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:36.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:36.065 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:36.065 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:36.193 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:36.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:36.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:36.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:36.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:36.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:36.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:36.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:36.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:36.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:36.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22b46122 is found... 08:47:36.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22b46122 is found finished successfully 08:47:36.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:36.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:36.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:36.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:36.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:36.221 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:36.221 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:36.222 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 08:47:36.222 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 08:47:36.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:36.226 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:36.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:36.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:36.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:36.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') 08:47:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:36.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:36.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:36.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:36.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:36.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:36.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:36.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:36.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:36.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:36.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:36.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:36.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:36.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:36.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:36.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:36.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:36.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:36.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:37.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:37.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:37.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:37.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:37.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:37.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:37.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:37.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:37.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:37.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:37.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:37.265 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:37.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:37.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:37.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:37.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:37.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:37.266 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:37.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:37.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:37.274 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:37.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:37.274 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:37.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:37.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:37.279 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:37.279 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:37.315 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:37.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:37.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:37.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:37.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:37.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:37.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:37.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@518d33eb is found... 08:47:37.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@518d33eb is found finished successfully 08:47:37.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:37.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:37.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:37.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:37.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:37.319 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:37.319 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:37.319 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:37.336 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:37.336 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:37.336 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:37.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:37.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:37.337 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:37.337 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:37.337 DEBUG [main][MenuItemLookup] Item match:File 08:47:37.337 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:37.337 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:37.338 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:37.338 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:37.338 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:37.338 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:37.338 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:37.338 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:37.338 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:37.338 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:37.338 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:37.338 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:37.338 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:37.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:37.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:37.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:37.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 08:47:37.369 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:37.369 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:37.369 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:37.453 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:37.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:37.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:37.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:37.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:37.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:37.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:37.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:37.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:37.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:37.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:37.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:37.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') 08:47:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:37.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:37.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:37.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:37.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:37.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:37.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:37.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:37.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:37.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:37.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:37.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:37.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:37.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:37.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:37.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:37.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:37.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:37.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:38.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:38.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:38.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:38.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:38.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:38.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:38.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:38.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:38.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:38.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:38.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:38.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:38.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:38.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:38.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:38.962 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:38.962 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:38.962 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:38.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:38.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:38.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:38.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:38.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:38.963 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:38.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:38.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:38.971 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:38.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:38.971 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:38.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:38.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:38.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:38.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:39.097 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:39.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:39.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:39.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:39.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:39.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:39.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:39.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@303deed9 is found... 08:47:39.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@303deed9 is found finished successfully 08:47:39.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:39.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:39.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:39.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:39.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:39.125 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:39.125 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:39.125 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:39.125 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:39.326 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:39.531 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:39.531 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:39.731 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:39.935 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:39.935 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:40.136 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:40.340 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:40.340 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:40.540 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:40.744 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:40.744 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:47:40.944 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:47:41.946 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { 08:47:41.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:41.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:41.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:41.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:41.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:41.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:41.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:41.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:41.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:41.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:41.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:41.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:41.967 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:41.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:41.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:41.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:41.980 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:41.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:42.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:42.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:42.002 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:42.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:42.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:42.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:42.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:42.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:42.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:42.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:42.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:43.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:43.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:43.004 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:43.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:43.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:43.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:43.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:43.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:43.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:43.005 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:43.005 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:43.005 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:43.005 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:43.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:43.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:43.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:43.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:43.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:43.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:43.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:43.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:43.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:43.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:43.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:43.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:43.006 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:43.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:43.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:43.019 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:43.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:43.019 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:43.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:43.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:43.026 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:43.026 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:43.065 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:43.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:43.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:43.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:43.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:43.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:43.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:43.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:43.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50f49e54 is found... 08:47:43.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50f49e54 is found finished successfully 08:47:43.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:43.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:43.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:43.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:43.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:43.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:43.070 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:43.070 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:43.094 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:43.094 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:43.094 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:43.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:43.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:43.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:43.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:43.095 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:43.095 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:43.095 DEBUG [main][MenuItemLookup] Item match:File 08:47:43.095 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:43.096 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:43.096 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:43.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:43.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:43.096 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:43.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:43.130 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:43.130 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:43.130 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:43.130 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:43.130 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:43.223 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:43.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:43.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:43.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:43.223 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:43.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:43.224 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:43.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:43.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:43.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:43.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:43.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:43.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:43.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:43.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:43.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:43.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:43.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:43.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:43.226 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:43.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:43.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:43.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:43.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:43.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:43.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:43.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:43.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:43.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:43.244 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:43.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:43.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:43.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:43.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:43.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:43.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:44.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:44.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:44.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:44.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:44.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:44.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:44.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:44.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:44.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:44.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:44.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:44.247 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:44.247 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:44.248 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:44.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:44.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:44.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:44.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:44.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:44.249 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:44.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:44.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:44.257 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:44.257 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:44.257 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:44.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:44.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:44.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:44.265 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:44.397 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4aff340a is found... 08:47:44.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4aff340a is found finished successfully 08:47:44.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:44.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:44.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:44.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:44.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:44.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:44.425 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:44.425 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:44.425 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:44.425 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:44.625 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:44.828 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:44.828 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:45.028 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:45.233 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:45.233 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:45.444 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:45.647 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:47:45.647 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:47:45.847 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:47:46.052 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:47:46.052 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:47:46.252 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:47:47.253 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } 08:47:47.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:47.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:47.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:47.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:47.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:47.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:47.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:47.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:47.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:47.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:47.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:47.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:47.287 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:47.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:47.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:47.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:47.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:47.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:47.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:47.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:47.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:47.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:47.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:48.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:48.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:48.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:48.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:48.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:48.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:48.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:48.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:48.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:48.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:48.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:48.291 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:48.291 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:48.292 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:48.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:48.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:48.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:48.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:48.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:48.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:48.293 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:48.293 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:48.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:48.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:48.303 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:48.303 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:48.303 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:48.303 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:48.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:48.309 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:48.309 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:48.343 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:48.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:48.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:48.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:48.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:48.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:48.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f895ef8 is found... 08:47:48.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f895ef8 is found finished successfully 08:47:48.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:48.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:48.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:48.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:48.347 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:48.347 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 08:47:48.347 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:48.374 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:48.374 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:48.374 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:48.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:48.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:48.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:48.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:48.375 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:48.375 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:48.375 DEBUG [main][MenuItemLookup] Item match:File 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:48.376 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:48.376 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:48.376 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:48.376 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:48.376 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:48.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:48.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:48.409 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:48.409 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:48.409 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:48.492 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:48.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:48.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:48.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:48.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:48.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:48.510 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:48.510 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:48.510 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:48.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:48.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:48.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:48.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:48.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:48.511 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:48.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:48.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:48.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:48.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:48.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:48.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:48.526 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:48.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:48.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:48.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:48.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:48.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:48.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:48.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:48.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:48.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:48.529 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:48.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:48.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:48.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:48.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:49.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:49.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:49.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:49.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:49.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:49.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:49.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:49.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:49.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:49.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:49.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:49.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:49.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:49.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:49.545 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:49.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:49.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:49.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:49.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:49.547 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:49.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:49.554 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:49.554 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:49.554 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:49.554 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:49.554 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:49.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:49.559 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:49.560 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:49.682 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:49.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:49.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:49.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:49.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:49.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:49.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:49.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:49.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:49.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f5a9234 is found... 08:47:49.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f5a9234 is found finished successfully 08:47:49.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:49.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:49.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:49.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:49.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:49.697 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:49.697 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:49.698 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:49.719 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:49.719 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:49.719 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:49.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:49.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:49.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:49.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:49.720 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:49.720 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:49.720 DEBUG [main][MenuItemLookup] Item match:File 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:49.721 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:49.721 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:49.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:49.721 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:49.721 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:49.749 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:49.749 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:49.750 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:47:50.750 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:50.757 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:47:51.758 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:51.758 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 08:47:51.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:51.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:51.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:51.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:51.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:51.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:51.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:51.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:51.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:51.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:51.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:51.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:51.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:51.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:51.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:51.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:51.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:51.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:51.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:51.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:51.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:51.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:51.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:51.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:51.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:51.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:51.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:51.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:52.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:52.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:52.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:52.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:52.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:52.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:52.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:52.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:52.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:52.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:52.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:52.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:52.797 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:52.797 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:52.798 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:52.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:52.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:52.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:52.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:52.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:52.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:52.799 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:52.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:52.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:52.805 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:52.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:52.805 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:52.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:52.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:52.811 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:52.811 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:52.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:52.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:52.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:52.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:52.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:52.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:52.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:52.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:52.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:52.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ac5b9d2 is found... 08:47:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ac5b9d2 is found finished successfully 08:47:52.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:52.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:52.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:52.850 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:52.850 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 08:47:52.850 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:52.861 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:52.861 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:52.861 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:52.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:52.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:52.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:52.862 DEBUG [main][MenuItemLookup] Item match:File 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:52.862 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:52.862 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:52.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:52.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:52.863 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:52.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:52.892 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:52.892 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:52.892 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:52.892 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:52.893 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:52.972 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:52.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:52.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:52.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:52.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:52.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:52.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:52.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:52.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:52.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:52.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:52.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:52.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:52.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:52.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:52.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:52.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:52.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:52.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:52.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:52.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:52.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:52.976 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:52.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:52.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:52.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:52.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:52.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:52.978 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:52.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:52.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:52.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:52.979 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:52.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:52.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:52.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:52.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:53.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:53.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:53.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:53.980 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:53.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:53.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:53.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:53.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:53.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:53.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:53.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:53.982 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:53.982 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:53.982 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:53.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:53.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:53.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:53.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:53.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:53.984 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:53.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:53.994 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:53.994 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:53.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:53.995 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:53.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:54.005 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:54.005 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:54.005 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:54.137 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@bc94bf7 is found... 08:47:54.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@bc94bf7 is found finished successfully 08:47:54.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:54.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:54.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:54.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:54.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:54.155 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:54.155 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:54.155 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:54.156 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:54.156 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:47:54.176 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:54.177 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:54.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:54.179 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:54.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:54.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:54.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:54.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:54.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:54.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:54.181 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:54.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:54.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:54.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:54.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:54.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:54.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:54.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:54.215 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:54.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:54.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:54.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:54.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:54.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:55.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:55.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:55.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:55.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:55.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:55.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:55.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:55.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:55.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:55.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:55.219 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:55.219 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:55.219 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:55.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:55.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:55.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:55.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:55.221 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:55.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:55.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:55.229 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:55.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:55.229 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:55.234 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:55.234 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:55.235 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:55.268 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:55.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:55.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:55.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:55.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:55.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:55.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2bc08ed8 is found... 08:47:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2bc08ed8 is found finished successfully 08:47:55.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:55.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:55.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:55.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:55.274 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:55.275 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:55.275 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:55.287 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:55.288 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:55.288 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:55.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:55.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:55.288 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:55.288 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:55.288 DEBUG [main][MenuItemLookup] Item match:File 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:55.289 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:55.289 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:55.289 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:55.289 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:55.290 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:55.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:55.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:55.325 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:55.325 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:55.325 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:55.325 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:55.326 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:55.412 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:55.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:55.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:55.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:55.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:55.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:55.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:55.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:55.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:55.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:55.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:55.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:55.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:55.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:55.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:55.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:55.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:55.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:55.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') 08:47:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:55.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:55.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:55.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:55.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:55.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:55.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:55.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:55.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:55.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:55.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:55.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:55.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:55.420 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:55.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:55.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:55.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:55.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:55.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:56.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:56.421 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:56.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:56.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:56.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:56.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:56.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:56.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:56.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:56.423 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:56.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:56.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:56.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:56.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:56.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:56.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:56.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:56.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:56.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:56.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:56.425 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:56.425 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:56.425 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:56.432 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:56.433 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:56.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:56.433 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:56.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:56.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:56.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:56.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:56.558 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:56.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:56.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:56.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:56.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:56.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:56.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:56.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:56.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:56.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b331997 is found... 08:47:56.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b331997 is found finished successfully 08:47:56.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:56.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:56.574 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:56.574 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:56.575 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 08:47:56.575 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 08:47:56.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') 08:47:56.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:56.580 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:56.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(""); } } newText TooltipText=null 08:47:56.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:56.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:56.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:56.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:56.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:47:56.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:56.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:56.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:56.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:56.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:56.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:56.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:56.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:56.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:56.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:56.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:56.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:56.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:56.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:57.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:57.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:57.650 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:57.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:57.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:57.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:57.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:47:57.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:57.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:57.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:57.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:57.651 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:57.652 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:57.652 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:57.652 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:57.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:57.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:57.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:57.652 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:57.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:57.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:57.653 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:57.653 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:57.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:57.659 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:57.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:57.659 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:57.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:57.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:57.663 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:57.664 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:57.696 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:57.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:57.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:57.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:57.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:57.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:57.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a59e858 is found... 08:47:57.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a59e858 is found finished successfully 08:47:57.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:57.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:57.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:57.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:57.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:57.701 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:57.701 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 08:47:57.701 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:47:57.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:57.716 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:57.716 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:57.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:57.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:57.716 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:57.716 DEBUG [main][MenuItemLookup] Item match:File 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:57.717 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:57.717 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:57.718 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:57.718 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:57.718 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:57.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:57.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:57.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:57.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:57.747 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:47:57.747 DEBUG [main][EditorHandler] 1 editor(s) found 08:47:57.747 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:47:57.846 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:47:57.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:57.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:47:57.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:47:57.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:57.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:57.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:57.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:47:57.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:47:57.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:47:57.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:47:57.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:47:57.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:47:57.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:57.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:47:57.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:57.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:57.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:57.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:57.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:47:57.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 '\*?\QProject Explorer\E') 08:47:57.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:57.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:57.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:57.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:57.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:57.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:57.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:47:57.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:47:57.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:47:57.853 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:57.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:57.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:57.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:57.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:57.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:57.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:58.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:58.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:58.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:58.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:58.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:47:58.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:47:58.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:47:58.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:58.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:47:58.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 08:47:58.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:58.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:58.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:58.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:58.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:47:58.857 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:47:58.857 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:47:58.858 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:47:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:47:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:58.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:47:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:47:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:58.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:47:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:47:58.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:47:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:47:58.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:47:58.859 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:58.859 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:58.859 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:58.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:58.866 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:47:58.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:47:58.866 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:47:58.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:47:58.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:47:58.872 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:47:58.874 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:47:58.988 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:47:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:47:58.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:47:58.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:47:58.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:47:58.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:47:58.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:47:58.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:47:58.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:47:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:47:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26beb828 is found... 08:47:59.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26beb828 is found finished successfully 08:47:59.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:47:59.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:59.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:59.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:59.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:47:59.005 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:59.005 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:59.005 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 08:47:59.013 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 08:47:59.013 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 08:47:59.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:59.023 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:59.023 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:47:59.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:47:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:59.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:59.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:59.023 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:59.023 DEBUG [main][MenuItemLookup] Item match:File 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.024 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:47:59.024 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:47:59.024 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:47:59.024 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:47:59.025 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:47:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:47:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:47:59.053 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:59.053 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:59.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:59.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:59.054 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:47:59.054 DEBUG [main][MenuItemLookup] Found menu:'File' 08:47:59.054 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:47:59.054 DEBUG [main][MenuItemLookup] Item match:Edit 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'' 08:47:59.055 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:47:59.055 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:47:59.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:47:59.056 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:47:59.056 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:47:59.056 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:48:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:00.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:00.056 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:00.056 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:00.056 DEBUG [main][MenuItemLookup] Item match:Edit 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:00.057 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:48:00.057 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:48:00.058 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:48:00.058 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:48:00.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:48:00.058 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:48:00.059 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:48:00.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:48:00.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:48:00.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:00.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:00.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:48:00.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:00.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:00.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:00.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:00.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:48:00.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:00.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:48:00.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:48:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:00.245 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:48:00.245 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:48:00.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:00.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:00.245 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] class 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] final 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] import 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] public 08:48:00.246 DEBUG [WorkbenchTestable][ContentAssistant] record 08:48:00.247 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:48:00.248 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 08:48:00.248 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 08:48:00.249 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 08:48:00.249 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 08:48:00.250 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 08:48:00.250 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 08:48:00.250 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 08:48:00.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:00.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:00.261 TRACE [main][WidgetHandler] Notify Table with event 13 08:48:00.261 TRACE [main][WidgetHandler] Wait for synchronization 08:48:00.261 TRACE [main][WidgetHandler] Notify Table with event 14 08:48:00.261 TRACE [main][WidgetHandler] Wait for synchronization 08:48:00.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:00.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:00.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:00.309 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:00.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:00.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:00.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48: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') 08:48:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:00.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:00.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:00.312 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:00.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:00.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:00.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:00.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:00.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:00.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:00.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:00.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:00.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:00.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:00.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:00.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:00.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:01.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:01.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:01.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:01.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:01.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48: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 08:48:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:01.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:01.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:01.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:01.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:01.350 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:01.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:01.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:01.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:01.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:01.351 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:01.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:01.357 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:01.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:01.357 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:01.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:01.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:01.362 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:01.362 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:01.402 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:01.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:01.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:01.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:01.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:01.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:01.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:01.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:01.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:01.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28f126d4 is found... 08:48:01.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28f126d4 is found finished successfully 08:48:01.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:01.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:01.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:01.415 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:01.415 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:01.415 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:01.422 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:01.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:01.422 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:01.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:01.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:01.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:01.423 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:01.423 DEBUG [main][MenuItemLookup] Item match:File 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:01.424 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:01.424 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:01.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:01.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:01.441 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:01.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:01.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:01.453 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:01.453 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:01.453 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:01.453 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:01.453 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:01.536 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:01.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:01.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:01.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:01.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:01.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:01.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:01.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:01.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:01.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:01.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:01.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:01.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:01.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:01.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:01.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:01.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:01.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:01.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:01.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:01.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:01.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:01.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:01.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:01.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:01.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:01.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:01.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:01.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:01.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:01.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:01.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:01.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:01.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:02.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:02.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:02.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:02.575 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:02.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:02.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:02.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:02.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:02.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:02.577 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:02.577 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:02.577 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:02.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:02.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:02.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:02.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:48:02.579 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:48:02.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:48:02.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:48:02.587 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 08:48:02.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:48:02.587 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:48:02.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:48:02.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:48:02.597 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:02.597 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:02.729 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:02.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:02.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:02.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:02.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:02.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:02.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:02.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48bffa9e is found... 08:48:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48bffa9e is found finished successfully 08:48:02.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 '\*?\QJavaClass1+.java\E') 08:48:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:02.746 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:02.746 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass1 { public JavaClass1() { System.out.println(""); } } TooltipText=null 08:48:02.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:02.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 08:48:02.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 08:48:02.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:02.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:02.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:02.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:02.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:02.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:02.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:02.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:02.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:02.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:02.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:02.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:02.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:02.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:02.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:03.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:03.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:03.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:03.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:03.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:03.787 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:03.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:03.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:03.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:03.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:03.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:03.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:03.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:03.788 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:03.788 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:03.788 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:03.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:03.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:03.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:03.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:03.789 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:03.790 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:03.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:03.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:03.798 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:03.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:03.798 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:03.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:03.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:03.803 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:03.807 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:03.925 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:03.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:03.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:03.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:03.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:03.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:03.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:03.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:03.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:03.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:03.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d3d6922 is found... 08:48:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d3d6922 is found finished successfully 08:48:03.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:03.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:03.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:03.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:03.948 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:03.948 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:03.948 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:03.969 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:03.969 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:03.969 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:03.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:03.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:03.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:03.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:03.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:03.970 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:03.970 DEBUG [main][MenuItemLookup] Item match:File 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:03.971 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:03.971 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:03.971 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:03.971 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:03.971 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:04.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:04.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:04.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:04.022 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:04.022 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:04.022 DEBUG [main][EditorHandler] 2 editor(s) found 08:48:04.022 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 08:48:04.069 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 08:48:04.069 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:04.162 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:04.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:04.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:04.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:04.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:04.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:04.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:04.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:04.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:04.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:04.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:04.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:04.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:04.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:04.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:04.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:04.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:04.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:04.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:04.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:04.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:04.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:04.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:04.167 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:04.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:04.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:04.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:04.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:04.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:04.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:04.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:04.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:04.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:04.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:04.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:04.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:04.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:04.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:04.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:05.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:05.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:05.171 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:05.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:05.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:05.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:05.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:05.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:05.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:05.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:05.173 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:05.173 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:05.173 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:05.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:05.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:05.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:05.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:05.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:05.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:05.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:05.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:05.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:05.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:05.174 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:05.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:05.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:05.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:05.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:05.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:05.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:05.174 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:05.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:05.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:05.181 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:05.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:05.181 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:05.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:05.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:05.186 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:05.187 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:05.298 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:05.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:05.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:05.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:05.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:05.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:05.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:05.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b2202a4 is found... 08:48:05.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b2202a4 is found finished successfully 08:48:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:05.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:05.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:05.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:05.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:05.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:05.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 08:48:05.315 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:05.315 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:05.516 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:05.718 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:05.718 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:05.919 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:06.123 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:06.123 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:06.324 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:06.526 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:06.526 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:06.727 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:06.930 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:06.930 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:48:07.130 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:48:08.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:08.133 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:08.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:08.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:08.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:08.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:08.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:08.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:08.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:08.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:08.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:08.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:08.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:08.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:08.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:08.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:08.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:08.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:08.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:08.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:08.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:08.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:08.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:09.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:09.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:09.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:09.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:09.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:09.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:09.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:09.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:09.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:09.150 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:09.151 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:09.151 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:09.151 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:09.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:09.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:09.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:09.152 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:09.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:09.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:09.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:09.152 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:09.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:09.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:09.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:09.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:09.152 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:09.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:09.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:09.160 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:09.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:09.160 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:09.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:09.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:09.168 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:09.168 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:09.203 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:09.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:09.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:09.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:09.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:09.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:09.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ac45892 is found... 08:48:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ac45892 is found finished successfully 08:48:09.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:09.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:09.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:09.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:09.209 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:09.209 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 08:48:09.209 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:09.231 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:09.231 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:09.231 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:09.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:09.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:09.232 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:09.232 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:09.232 DEBUG [main][MenuItemLookup] Item match:File 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:09.233 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:09.233 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:09.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:09.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:09.247 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:09.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:09.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:09.269 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:09.269 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:09.269 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:09.269 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:09.269 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:09.350 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:09.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:09.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:09.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:09.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:09.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:09.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:09.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:09.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:09.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:09.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:09.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:09.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 '\*?\QProject Explorer\E') 08:48:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:09.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:09.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:09.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:09.355 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:09.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:09.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:09.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:09.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:09.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:09.357 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:09.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:09.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:09.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:09.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:09.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:09.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:09.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:09.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:09.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:10.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:10.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:10.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:10.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:10.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:10.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:10.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:10.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:10.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:10.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:10.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:10.361 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:10.361 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:10.361 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:10.361 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:10.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:10.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:10.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:10.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:10.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:10.362 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:10.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:10.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:10.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:10.362 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:10.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:10.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:10.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:10.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:10.362 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:10.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:10.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:10.370 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:10.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:10.370 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:10.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:10.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:10.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:10.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:10.535 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:10.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:10.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:10.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:10.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:10.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:10.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:10.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:10.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:10.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:10.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d98265e is found... 08:48:10.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d98265e is found finished successfully 08:48:10.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:10.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:10.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:10.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:10.545 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:10.546 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:10.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:10.547 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:10.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:10.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:10.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:10.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') 08:48:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:10.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:10.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:10.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:10.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:10.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:10.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:10.583 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:10.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:10.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:10.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:10.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:10.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:10.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:10.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:10.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:10.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:11.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:11.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:11.585 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:11.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:11.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:11.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:11.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:11.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:11.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:11.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:11.587 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:11.587 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:11.587 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:11.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:11.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:11.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:11.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:11.589 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:11.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:11.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:11.595 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:11.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:11.595 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:11.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:11.600 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:11.600 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:11.600 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:11.632 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:11.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:11.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:11.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:11.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:11.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:11.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b6a32b6 is found... 08:48:11.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b6a32b6 is found finished successfully 08:48:11.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:11.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:11.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:11.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:11.637 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:11.637 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:11.637 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:11.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:11.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 08:48:11.655 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:11.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:11.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:11.656 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:11.656 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:11.656 DEBUG [main][MenuItemLookup] Item match:File 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:11.657 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:11.657 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:11.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:11.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:11.657 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:11.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:11.686 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:11.687 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:11.687 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:11.687 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:11.687 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:11.770 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:11.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:11.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:11.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:11.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:11.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:11.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:11.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:11.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:11.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:11.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:11.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:11.772 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:11.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:11.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:11.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:11.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:11.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:11.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:11.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:11.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:11.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:11.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:11.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:11.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:11.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:11.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:11.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:11.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:11.822 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:11.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:11.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:11.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:11.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:11.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:12.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:12.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:12.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:12.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:12.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:12.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:12.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:12.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:12.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:12.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:12.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:12.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:12.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:12.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:12.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:12.826 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:12.826 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:12.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:12.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:12.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:12.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:12.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:12.827 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:12.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:12.834 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:12.834 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:12.834 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:12.835 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:12.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:12.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:12.839 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:12.839 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:12.966 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:12.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:12.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:12.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:12.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:12.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:12.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:12.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@962e5d is found... 08:48:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@962e5d is found finished successfully 08:48:12.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 '\*?\QJavaClass.java\E') 08:48:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:12.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:12.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:12.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:12.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:12.978 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:12.978 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:12.980 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:48:12.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:13.059 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Open With' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Local History' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'References' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Team' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:13.060 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 08:48:13.060 DEBUG [main][MenuItemLookup] Item match:Preferences... 08:48:13.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:13.061 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:13.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:13.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:13.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:13.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:13.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:13.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:13.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:13.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:13.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:13.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:13.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:13.096 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:13.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:13.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:13.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:13.097 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:13.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:13.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:13.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:13.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:13.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:14.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:14.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:14.098 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:14.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:14.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:14.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:14.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:14.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:14.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:14.100 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:14.100 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:14.100 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:14.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:14.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:14.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:14.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:14.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:14.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:14.101 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:14.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:14.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:14.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:14.101 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:14.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:14.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:14.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:14.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:14.101 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:14.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:14.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:14.109 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:14.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:14.109 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:14.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:14.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:14.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:14.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:14.148 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:14.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:14.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:14.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:14.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:14.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:14.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:14.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:14.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:14.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71f3d2c9 is found... 08:48:14.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71f3d2c9 is found finished successfully 08:48:14.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') 08:48:14.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:14.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:14.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:14.152 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:14.153 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:14.153 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:14.170 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:14.170 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:14.170 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:14.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:14.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:14.170 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:14.171 DEBUG [main][MenuItemLookup] Item match:File 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:14.171 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:14.171 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:14.172 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:14.172 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:14.172 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:14.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:14.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:14.217 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:14.217 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:14.217 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:14.218 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:14.218 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:14.319 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:14.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:14.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:14.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:14.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:14.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:14.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:14.320 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:14.320 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:14.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:14.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:14.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:14.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:14.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:14.321 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:14.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:14.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:14.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:14.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:14.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:14.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:14.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:14.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:14.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:14.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:14.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:14.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:14.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:14.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:14.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:14.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:14.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:14.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:14.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:14.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:14.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:14.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:14.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:14.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:14.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:14.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:14.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:15.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:15.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:15.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:15.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:15.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:15.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:15.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:15.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:15.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:15.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:15.330 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:15.330 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:15.330 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:15.330 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:15.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:15.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:15.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:15.331 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:15.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:15.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:15.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:15.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:15.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:15.331 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:15.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:15.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:15.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:15.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:15.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:15.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:15.331 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:15.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:15.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:15.340 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:15.340 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:15.340 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:15.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:15.344 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:15.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:15.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:15.453 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:15.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:15.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:15.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:15.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:15.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:15.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:15.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e63b357 is found... 08:48:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e63b357 is found finished successfully 08:48:15.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:15.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:15.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:15.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:15.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:15.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:15.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:15.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:15.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:15.462 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:15.462 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:15.463 DEBUG [main][MenuItemLookup] Item match:Edit 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:48:15.463 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:48:15.464 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:15.464 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:48:15.464 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:15.464 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:48:15.464 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:15.464 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:48:15.464 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:48:15.472 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:15.473 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:15.473 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:48:15.473 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:48:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:16.473 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:16.473 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:16.473 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:16.473 DEBUG [main][MenuItemLookup] Item match:Edit 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:16.474 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:48:16.474 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:48:16.475 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:48:16.475 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:48:16.475 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:48:16.475 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:48:16.475 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:48:16.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:48:16.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:48:16.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:16.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:16.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:48:16.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:16.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:16.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:16.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:48:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:48:16.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:48:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:16.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:16.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:48:16.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:48:16.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:16.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:16.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:48:16.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:16.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:16.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:17.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:17.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:17.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:17.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:17.509 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:48:17.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:48:17.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:48:18.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 08:48:18.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:18.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:18.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:18.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:18.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:18.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:18.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:18.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:18.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:18.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:18.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:18.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:18.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:18.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:18.040 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:18.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:18.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:18.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:18.066 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:18.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:18.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:18.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:18.066 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:18.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:18.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:18.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:18.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:18.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:18.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:18.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:19.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:19.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:19.068 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:19.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:19.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:19.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:19.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:19.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:19.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:19.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:19.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:19.069 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:19.069 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:19.070 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:19.070 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:19.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:19.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:19.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:19.070 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:19.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:19.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:19.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:19.071 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:19.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:19.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:19.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:19.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:19.071 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:19.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:19.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:19.079 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:19.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:19.079 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:19.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:19.084 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:19.084 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:19.084 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:19.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:19.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:19.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:19.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:19.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:19.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:19.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:19.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:19.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:19.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9d12be7 is found... 08:48:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9d12be7 is found finished successfully 08:48:19.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:19.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:19.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:19.139 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:19.140 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:19.140 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:19.155 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:19.155 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:19.155 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:19.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:19.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:19.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:19.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:19.156 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:19.156 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:19.156 DEBUG [main][MenuItemLookup] Item match:File 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:19.157 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:19.157 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:19.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:19.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:19.157 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:19.219 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:19.219 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:19.219 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:19.219 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:19.219 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:19.338 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:19.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:19.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:19.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:19.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:19.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:19.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:19.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:19.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:19.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:19.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:19.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:19.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:19.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:19.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:19.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:19.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:19.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:19.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:19.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:19.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:19.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:19.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:19.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:19.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:19.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:19.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:19.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:19.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:19.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:19.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:19.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:19.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:19.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:19.362 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:19.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:19.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:19.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:19.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:19.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:20.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:20.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:20.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:20.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:20.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:20.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:20.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:20.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:20.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:20.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:20.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:20.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:20.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:20.365 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:20.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:20.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:20.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:20.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:20.366 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:20.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:20.373 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:20.373 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:20.373 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:20.373 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:20.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:20.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:20.380 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:20.380 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:20.487 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:20.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:20.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:20.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:20.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:20.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:20.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:20.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c62be79 is found... 08:48:20.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c62be79 is found finished successfully 08:48:20.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') 08:48:20.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:20.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:20.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:20.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:20.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:20.504 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:20.504 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:20.504 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 08:48:20.510 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:20.510 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:20.510 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 08:48:20.510 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:48:21.526 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:21.526 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:48:21.727 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:48:22.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:48:22.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:48:22.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:22.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:22.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:22.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:48:22.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:22.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:22.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:22.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:23.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:23.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:23.754 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 08:48:23.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:48:23.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:23.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:23.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:48:23.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:23.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:23.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:48:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:48:23.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:48:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:48:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:48:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:48:23.761 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:48:23.761 INFO [WorkbenchTestable][AbstractShell] Close shell 08:48:23.761 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:48:23.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:23.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:23.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:23.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:23.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:23.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:23.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:23.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 '\*?\QProject Explorer\E') 08:48:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:23.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:23.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:23.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:23.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:23.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:23.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:23.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:23.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:23.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:23.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:23.826 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:23.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:23.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:23.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:23.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:23.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:24.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:24.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:24.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:24.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:24.828 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:24.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:24.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:24.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:24.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:24.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:24.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:24.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:24.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:24.830 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:24.830 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:24.830 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:24.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:24.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:24.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:24.832 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:24.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:24.832 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:24.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:24.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:24.841 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:24.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:24.841 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:24.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:24.847 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:24.847 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:24.847 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:24.886 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:24.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:24.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:24.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:24.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:24.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:24.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72caccd3 is found... 08:48:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72caccd3 is found finished successfully 08:48:24.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:24.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:24.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:24.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:24.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:24.892 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:24.892 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:24.892 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:24.908 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:24.908 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:24.913 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:24.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:24.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:24.914 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:24.914 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:24.914 DEBUG [main][MenuItemLookup] Item match:File 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:24.915 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:24.915 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:24.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:24.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:24.915 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:24.948 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:24.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 08:48:24.948 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:24.948 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:24.948 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:25.047 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:25.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:25.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:25.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:25.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:25.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:25.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:25.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:25.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:25.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:25.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:25.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:25.050 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:25.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:25.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:25.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:25.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:25.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:25.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:25.053 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:25.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:25.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:25.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:25.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:25.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:25.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:25.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:25.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:25.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:25.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:25.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:25.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:25.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:25.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:25.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:25.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:26.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:26.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:26.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:26.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:26.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:26.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:26.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:26.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:26.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:26.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:26.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:26.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:26.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:26.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:26.059 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:26.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:26.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:26.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:26.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:26.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:26.061 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:26.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:26.067 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:26.068 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:26.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:26.068 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:26.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:26.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:26.072 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:26.073 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:26.192 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:26.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:26.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:26.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:26.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:26.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:26.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:26.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:26.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1b323585 is found... 08:48:26.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1b323585 is found finished successfully 08:48:26.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:26.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:26.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:26.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:26.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:26.220 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:26.220 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:26.220 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:26.220 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:26.420 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:26.624 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:26.624 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:26.824 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:27.029 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:27.029 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:27.229 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:27.433 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:27.433 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:27.633 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:27.840 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:27.841 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:48:28.041 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:48:29.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:29.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:29.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:29.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:29.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:29.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:29.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:29.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:29.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:29.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:29.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:29.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:29.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:29.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:29.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:29.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:29.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:29.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:29.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:29.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:29.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:29.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:29.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:29.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:29.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:29.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:29.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:30.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:30.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:30.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:30.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:30.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:30.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:30.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:30.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:30.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:30.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:30.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:30.093 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:30.093 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:30.093 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:30.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:30.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:30.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:30.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:30.094 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:30.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:30.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:30.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:30.094 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:30.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:30.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:30.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:30.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:30.095 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:30.095 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:30.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:30.109 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:30.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:30.109 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:30.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:30.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:30.120 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:30.121 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:30.167 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:30.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:30.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:30.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:30.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:30.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:30.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ced740c is found... 08:48:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ced740c is found finished successfully 08:48:30.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:30.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:30.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:30.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:30.172 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:30.172 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 08:48:30.172 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:30.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:30.193 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:30.193 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:30.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:30.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:30.193 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:30.194 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:30.194 DEBUG [main][MenuItemLookup] Item match:File 08:48:30.194 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:30.195 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:30.195 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:30.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:30.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:30.195 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:30.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:30.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:30.239 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:30.239 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:30.240 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:30.240 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:30.322 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:30.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:30.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:30.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:30.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:30.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:30.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:30.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:30.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:30.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:30.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:30.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:30.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:30.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:30.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:30.327 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:30.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:30.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:30.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:30.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:30.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:30.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:30.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:30.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:30.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:30.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:30.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:30.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:30.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:30.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:30.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:30.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:30.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:30.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:30.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:30.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:30.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:31.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:31.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:31.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:31.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:31.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:31.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:31.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:31.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:31.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:31.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:31.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:31.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:31.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:31.351 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:31.351 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:31.351 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:31.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:31.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:31.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:31.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:31.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:31.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:31.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:31.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:31.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:31.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:31.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:31.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:31.352 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:31.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:31.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:31.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:31.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:31.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:31.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:31.352 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:31.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:31.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:31.359 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:31.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:31.359 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:31.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:31.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:31.367 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:31.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:31.490 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:31.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:31.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:31.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:31.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:31.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:31.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:31.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:31.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:31.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10134fd8 is found... 08:48:31.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10134fd8 is found finished successfully 08:48:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:31.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:31.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:31.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:31.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:31.507 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:31.508 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:31.508 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:31.508 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:31.708 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:31.915 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:31.915 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:32.116 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:32.318 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:32.318 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:32.519 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:32.721 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:48:32.721 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:48:32.922 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:48:33.125 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:33.125 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:48:33.326 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:48:34.327 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 08:48:34.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:34.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:34.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:34.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:34.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:34.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:34.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:34.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:34.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:34.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:34.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:34.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:34.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:34.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:34.383 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:34.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:34.384 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:34.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:34.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:34.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:34.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:34.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:35.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:35.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:35.386 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:35.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:35.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:35.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:35.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:35.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:35.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:35.387 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:35.387 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:35.387 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:35.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:35.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:35.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:35.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:35.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:35.388 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:35.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:35.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:35.400 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:35.400 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:35.400 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:35.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:35.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:35.406 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:35.406 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:35.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:35.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:35.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:35.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:35.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:35.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:35.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e4e376f is found... 08:48:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e4e376f is found finished successfully 08:48:35.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:35.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:35.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:35.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:35.451 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:35.451 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:35.452 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:35.468 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:35.474 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:35.474 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:35.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:35.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:35.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:35.475 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:35.475 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:35.475 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:35.475 DEBUG [main][MenuItemLookup] Item match:File 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:35.476 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:35.476 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:35.476 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:35.476 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:35.476 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:35.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:35.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:35.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:35.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:35.515 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:35.515 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:35.515 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:35.585 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:35.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:35.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:35.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:35.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:35.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:35.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:35.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:35.586 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:35.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:35.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:35.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:35.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:35.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:35.587 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:35.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:35.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:35.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:35.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:35.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:35.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 '\*?\QProject Explorer\E') 08:48:35.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:35.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:35.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:35.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:35.589 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:35.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:35.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:35.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:35.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:35.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:35.591 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:35.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:35.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:35.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:35.591 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:35.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:35.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:35.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:35.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:35.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:36.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:36.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:36.593 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:36.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:36.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:36.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:36.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:36.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:36.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:36.594 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:36.594 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:36.595 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:36.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:36.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:36.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:36.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:36.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:36.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:36.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:36.596 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:36.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:36.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:36.603 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:36.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:36.603 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:36.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:36.608 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:36.608 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:36.608 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:36.739 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:36.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:36.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:36.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:36.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:36.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:36.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:36.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d67e441 is found... 08:48:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d67e441 is found finished successfully 08:48:36.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:36.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:36.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:36.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:36.754 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:36.754 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:36.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:36.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:36.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:36.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:36.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:36.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') 08:48:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:36.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:36.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:36.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:36.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:36.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:36.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:36.791 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:36.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:36.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:36.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:36.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:36.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:36.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:36.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:36.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:36.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:37.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:37.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:37.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:37.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:37.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:37.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:37.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:37.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:37.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:37.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:37.795 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:37.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:37.796 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:37.796 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:37.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:37.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:37.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:37.796 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:37.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:37.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:37.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:37.796 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:37.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:37.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:37.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:37.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:37.797 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:37.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:37.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:37.803 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:37.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:37.803 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:37.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:37.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:37.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:37.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:37.842 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:37.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:37.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:37.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:37.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:37.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:37.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a7db4f5 is found... 08:48:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a7db4f5 is found finished successfully 08:48:37.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:37.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:37.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:37.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:37.846 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:37.846 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:37.846 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:37.863 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:37.863 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:37.863 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:37.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:37.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:37.864 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:37.864 DEBUG [main][MenuItemLookup] Item match:File 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:37.864 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:37.864 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:37.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:37.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:37.865 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:37.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:37.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 08:48:37.916 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:37.916 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:37.916 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:38.014 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:38.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:38.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:38.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:38.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:38.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:38.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:38.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:38.014 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:38.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:38.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:38.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:38.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:38.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:38.016 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:38.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:38.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:38.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:38.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:38.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:38.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:38.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:38.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:38.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:38.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:38.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:38.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:38.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:38.021 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:38.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:38.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:38.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:38.021 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:38.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:38.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:38.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:38.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:38.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:39.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:39.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:39.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:39.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:39.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:39.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:39.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:39.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:39.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:39.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:39.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:39.025 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:39.025 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:39.025 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:39.025 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:39.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:39.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:39.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:39.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:39.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:39.026 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:39.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:39.034 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:39.035 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:39.035 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:39.035 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:39.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:39.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:39.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:39.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:39.166 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:39.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:39.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:39.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:39.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:39.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:39.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:39.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@109a55ed is found... 08:48:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@109a55ed is found finished successfully 08:48:39.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:39.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:39.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:39.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:39.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:39.182 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:39.182 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:39.182 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 08:48:39.195 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:39.195 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:39.195 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 08:48:39.195 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:48:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:40.196 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:40.196 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:40.196 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:40.196 DEBUG [main][MenuItemLookup] Item match:Edit 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:40.197 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:48:40.197 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:48:40.198 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:48:40.198 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 08:48:40.198 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 08:48:40.198 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 08:48:40.198 DEBUG [main][MenuItemLookup] Item match:Java Proposals 08:48:40.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:48:40.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 08:48:40.199 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 08:48:40.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:48:40.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:48:40.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:40.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:40.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:40.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:48:40.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:40.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:40.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:40.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:40.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:40.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:48:40.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:40.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:40.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:48:40.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:48:40.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:48:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] class 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] final 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] import 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] public 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] record 08:48:40.246 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:48:40.246 INFO [WorkbenchTestable][AbstractShell] Close shell 08:48:40.246 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:48:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:40.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:40.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:40.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:40.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:40.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:40.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:40.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:40.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:40.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:40.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:40.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:40.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:40.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:40.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:40.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:40.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:40.284 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:40.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:40.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:40.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:40.285 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:40.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:40.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:40.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:40.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:40.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:40.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:40.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:40.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:41.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:41.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:41.287 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:41.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:41.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:41.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:41.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:41.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:41.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:41.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:41.288 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:41.288 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:41.289 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:41.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:41.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:41.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:41.290 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:41.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:41.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:41.290 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:41.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:41.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:41.298 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:41.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:41.298 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:41.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:41.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:41.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:41.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:41.350 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:41.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:41.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:41.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:41.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:41.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:41.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:41.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:41.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:41.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2fd0fdde is found... 08:48:41.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2fd0fdde is found finished successfully 08:48:41.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:41.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:41.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:41.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:41.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:41.356 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:41.356 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:41.356 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:41.363 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:41.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 08:48:41.363 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:41.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:41.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:41.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:41.364 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:41.364 DEBUG [main][MenuItemLookup] Item match:File 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:41.365 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:41.365 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:41.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:41.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:41.366 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:41.405 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:41.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:41.405 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:41.406 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:41.406 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:41.524 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:41.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:41.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:41.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:41.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:41.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:41.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:41.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:41.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:41.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:41.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:41.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:41.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:41.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:41.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:41.525 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:41.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:41.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:41.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:41.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:41.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:41.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:41.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:41.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:41.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:41.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:41.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:41.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:41.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:41.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:41.530 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:41.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:41.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:41.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:41.530 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:41.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:41.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:41.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:41.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:41.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:42.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:42.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:42.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:42.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:42.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:42.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:42.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:42.534 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:42.534 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:42.534 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:42.534 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:42.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:42.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:42.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:42.535 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:42.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:42.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:42.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:42.535 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:42.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:42.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:42.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:42.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:42.535 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:42.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:42.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:42.543 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:42.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:42.543 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:42.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:42.550 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:42.550 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:42.664 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:42.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:42.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:42.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:42.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:42.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:42.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:42.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5de75189 is found... 08:48:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5de75189 is found finished successfully 08:48:42.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') 08:48:42.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:42.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:42.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:42.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:42.681 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:42.681 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:42.681 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 08:48:42.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:42.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:42.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:42.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:42.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:42.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:42.694 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 08:48:42.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:42.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:42.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:42.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:42.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:42.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:42.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:42.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:42.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:42.699 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:42.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:42.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:42.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:42.731 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:42.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:42.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:42.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:42.732 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:42.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:42.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:42.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:42.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:42.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:42.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:43.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:43.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:43.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:43.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:43.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:43.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:43.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:43.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:43.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:43.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:43.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:43.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:43.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:43.736 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:43.736 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:43.737 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:43.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:43.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:43.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:43.737 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:43.737 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:43.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:43.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:43.745 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:43.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:43.746 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:43.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:43.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:43.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:43.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:43.782 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:43.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:43.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:43.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:43.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:43.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:43.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2aca9cdc is found... 08:48:43.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2aca9cdc is found finished successfully 08:48:43.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:43.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:43.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:43.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:43.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:43.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:43.786 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:43.786 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 08:48:43.786 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:43.800 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:43.800 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:43.801 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:43.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:43.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:43.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:43.801 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:43.801 DEBUG [main][MenuItemLookup] Item match:File 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:43.802 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:43.802 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:43.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:43.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:43.802 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:43.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:43.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:43.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:43.835 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:43.836 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:43.836 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:43.836 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:43.934 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:43.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:43.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:43.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:43.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:43.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:43.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:43.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:43.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:43.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:43.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:43.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:43.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:43.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:48:43.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:43.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:43.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:43.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.937 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:48:43.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.937 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:43.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.937 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:43.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:43.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:43.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:43.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:43.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:43.938 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:43.938 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:43.938 DEBUG [main][MenuItemLookup] Item match:File 08:48:43.939 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:43.939 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:48:43.940 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:48:43.940 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:43.940 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:48:43.940 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:43.940 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:48:43.940 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:43.940 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:48:43.940 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:48:43.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:48:43.940 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:48:43.941 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:48:44.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:48:44.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:48:44.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:48:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:44.031 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:48:44.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:44.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:48:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:44.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:48:44.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:44.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:44.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:48:44.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:44.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:48:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:44.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:48:44.033 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:48:44.034 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:48:44.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:48:44.034 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:48:44.034 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:48:44.034 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:48:44.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:48:44.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:44.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:44.036 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:48:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:44.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:44.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:44.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:48:44.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:44.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:44.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:48:44.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:48:44.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:48:44.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:44.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:44.070 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:48:44.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:44.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:48:44.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:44.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:48:44.113 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:48:44.114 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 08:48:44.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:48:44.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:44.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:48:44.116 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:48:44.116 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:48:44.117 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:48:44.117 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:48:44.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:48:44.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:44.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:44.118 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:48:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:44.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:44.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:44.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:48:44.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:48:44.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:44.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:44.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:48:44.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:44.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:44.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:44.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:44.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 08:48:44.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:44.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:44.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:44.626 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:48:44.632 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:44.632 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:48:44.632 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:44.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 08:48:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:44.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 08:48:44.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 08:48:44.633 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:44.633 DEBUG [main][MenuItemLookup] Item match:File 08:48:44.633 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:44.634 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:44.634 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:44.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:44.646 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:44.646 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:44.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:44.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:44.662 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:44.662 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:48:44.663 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:44.663 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:48:44.663 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:48:44.663 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 08:48:44.706 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 08:48:44.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.707 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:44.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:44.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:44.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:44.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:44.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:44.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:44.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:44.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:44.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:44.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:44.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:44.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:44.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:44.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:44.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:44.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:44.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:44.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:44.711 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:44.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:44.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:44.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:44.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:44.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:44.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:45.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:45.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:45.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:45.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:45.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:45.712 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:45.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:45.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:45.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:45.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 08:48:45.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:45.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:45.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:45.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:45.714 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:45.714 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:45.714 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:45.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:45.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:45.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:45.715 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:45.715 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:45.715 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:45.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:45.726 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:45.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:45.726 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:45.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:45.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:45.731 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:45.732 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:45.853 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:45.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:45.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:45.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:45.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:45.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:45.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:45.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@599a0dec is found... 08:48:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@599a0dec is found finished successfully 08:48:45.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:45.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:45.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:45.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:45.868 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:45.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:45.868 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:45.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:45.917 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:45.917 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:45.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:45.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:45.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:45.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:45.918 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:45.918 DEBUG [main][MenuItemLookup] Item match:File 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:45.918 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:45.919 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:45.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:45.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:45.919 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:45.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:45.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:45.950 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:45.951 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:45.951 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:45.951 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:45.951 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:46.054 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:46.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:46.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:46.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:46.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:46.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:46.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:46.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:46.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:46.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:46.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:46.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:46.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:46.056 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:46.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:46.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:46.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:46.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:46.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:46.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:46.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:46.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:46.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:46.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:46.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:46.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:46.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:46.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:46.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:46.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:46.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:46.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:46.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:46.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:46.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:46.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:46.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:46.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:46.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:46.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:46.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:47.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:47.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:47.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:47.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:47.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:47.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:47.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:47.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:47.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:47.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:47.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:47.084 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:47.084 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:47.084 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:47.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:47.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:47.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:47.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:47.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:47.085 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:47.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:47.096 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:47.096 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:47.096 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:47.096 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:47.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:47.102 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:47.102 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:47.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:47.234 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:47.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:47.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:47.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:47.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:47.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:47.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:47.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:47.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:47.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:47.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c10681e is found... 08:48:47.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c10681e is found finished successfully 08:48:47.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:47.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:47.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:47.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:47.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:47.249 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:47.250 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:47.250 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 08:48:47.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:47.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:47.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:47.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:47.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:47.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:47.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:47.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:47.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:47.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:47.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:47.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:47.315 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:47.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:47.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:47.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:47.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:47.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:47.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:47.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:47.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:47.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:47.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:48.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:48.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:48.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:48.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:48.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:48.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:48.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:48.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:48.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:48.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:48.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:48.319 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:48.319 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:48.319 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:48.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:48.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:48.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:48.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:48.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:48.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:48.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:48.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:48.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:48.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:48.320 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:48.320 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:48.321 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:48.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:48.331 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:48.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:48.331 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:48.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:48.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:48.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:48.337 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:48.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:48.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:48.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:48.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:48.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:48.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:48.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:48.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:48.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:48.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5db10d5e is found... 08:48:48.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5db10d5e is found finished successfully 08:48:48.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:48.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:48.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:48.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:48.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:48.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:48.382 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:48.382 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:48.383 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:48.403 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:48.403 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:48.403 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:48.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:48.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:48.404 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:48.404 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:48.404 DEBUG [main][MenuItemLookup] Item match:File 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:48.405 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:48.405 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:48.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:48.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:48.406 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:48.447 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:48.447 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:48.447 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:48.447 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:48.447 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:48.566 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:48.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:48.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:48.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:48.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:48.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:48.567 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:48.567 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:48.567 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:48.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:48.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:48.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:48.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:48.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:48.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:48.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:48.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:48.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:48.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:48.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:48.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:48.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:48.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:48.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:48.572 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:48.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:48.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:48.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:48.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:48.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:48.591 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:48.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:48.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:48.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:48.592 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:48.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:48.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:48.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:48.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:48.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:48.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:49.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:49.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:49.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:49.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:49.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:49.594 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:49.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:49.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:49.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:49.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:49.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:49.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:49.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:49.596 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:49.596 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:49.597 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:49.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:49.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:49.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:49.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:49.598 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:49.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:49.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:49.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:49.598 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:49.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:49.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:49.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:49.598 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:49.598 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:49.599 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:49.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:49.609 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:49.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:49.609 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:49.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:49.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:49.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:49.617 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:49.763 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:49.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:49.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:49.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:49.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:49.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:49.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:49.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5899076e is found... 08:48:49.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5899076e is found finished successfully 08:48:49.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:49.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:49.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:49.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:49.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:49.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:49.780 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:49.780 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:49.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:49.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:49.780 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:49.780 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:49.780 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:49.781 DEBUG [main][MenuItemLookup] Item match:Edit 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:49.782 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:48:49.782 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:48:49.788 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:49.789 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:49.789 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:48:49.789 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:48:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:50.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:50.789 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:50.789 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:50.789 DEBUG [main][MenuItemLookup] Item match:Edit 08:48:50.790 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:48:50.790 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:48:50.790 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:50.790 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:48:50.790 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:48:50.791 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:48:50.791 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:48:50.792 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:48:50.792 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:48:50.792 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:48:50.792 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:48:50.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:48:50.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:48:50.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:50.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:48:50.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:50.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:50.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:50.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:48:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:48:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:48:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:48:50.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:48:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:50.833 INFO [WorkbenchTestable][AbstractShell] Close shell 08:48:50.833 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:48:50.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:50.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:50.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:48:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 08:48:51.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:51.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:51.362 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:51.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:51.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:51.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:51.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:51.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 '\*?\QProject Explorer\E') 08:48:51.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:51.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:51.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:51.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:51.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:51.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:51.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:51.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:51.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:51.396 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:51.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:51.397 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:51.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:51.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:51.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:51.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:51.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:51.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:51.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:52.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:52.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:52.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:52.399 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:52.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:52.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:52.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:52.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:52.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:52.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:52.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:52.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:52.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:52.400 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:52.401 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:52.401 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:52.401 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:52.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:52.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:52.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:52.402 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:52.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:52.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:52.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:52.402 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:52.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:52.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:52.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:52.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:52.402 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:52.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:52.408 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:52.408 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:52.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:52.408 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:52.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:52.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:52.415 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:52.416 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:52.457 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:52.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:52.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:52.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:52.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:52.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:52.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:52.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:52.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:52.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@308603f7 is found... 08:48:52.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@308603f7 is found finished successfully 08:48:52.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:52.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:52.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:52.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:52.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:52.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:52.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:52.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:52.462 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:52.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:52.475 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:52.475 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:52.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:52.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:52.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:52.475 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:52.476 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:52.476 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:52.476 DEBUG [main][MenuItemLookup] Item match:File 08:48:52.476 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:52.476 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:52.476 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:52.476 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:52.476 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:52.477 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:52.477 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:52.477 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:52.477 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:52.477 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:52.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:52.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:52.477 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:52.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:52.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:52.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:52.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:52.515 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:52.515 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:52.515 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:52.629 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:52.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:52.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:52.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:52.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:52.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:52.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:52.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:52.631 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:52.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:52.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:52.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:52.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:52.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:52.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:52.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:52.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:52.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:52.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:52.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:52.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:52.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:52.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:52.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:52.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:52.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:52.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:52.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:52.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:52.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:52.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:52.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:52.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:52.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:52.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:52.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:52.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:52.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:52.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:52.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:52.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:52.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:53.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:53.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:53.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:53.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:53.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:53.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:53.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:53.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:53.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:53.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:53.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:53.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:53.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:53.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:53.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:53.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:53.666 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:53.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:53.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:53.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:53.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:53.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:53.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:53.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:53.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:53.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:53.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:53.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:53.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:53.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:53.667 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:53.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:53.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:53.682 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:53.682 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:53.682 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:53.682 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:53.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:53.692 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:53.692 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:53.833 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:53.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:53.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:53.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:53.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:53.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:48:53.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:53.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:53.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:53.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:53.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9988fc8 is found... 08:48:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9988fc8 is found finished successfully 08:48:53.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:53.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:53.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:53.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:53.848 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:53.848 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:53.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:53.849 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:53.849 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 08:48:53.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:53.849 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:53.866 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:48:53.866 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:53.866 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:48:54.467 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:54.467 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:48:55.074 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:55.074 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:48:55.675 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:55.675 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:48:56.276 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:56.276 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:48:56.878 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:56.878 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:48:57.479 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:57.479 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:48:58.080 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:48:58.080 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:48:58.681 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.681 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:58.681 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:58.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:58.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:58.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:58.683 DEBUG [main][MenuItemLookup] Item match:File 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.684 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:58.684 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:58.685 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:58.685 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:58.685 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:58.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:58.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:58.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.715 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:58.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:58.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:58.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') 08:48:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.718 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:58.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:58.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:58.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:58.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:58.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:58.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:58.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:58.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:58.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:48:59.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:59.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:59.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:59.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:48:59.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.757 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:48:59.758 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:48:59.758 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:48:59.758 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:48:59.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:48:59.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:48:59.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:48:59.759 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:48:59.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:48:59.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:48:59.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:48:59.759 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:48:59.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:48:59.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:48:59.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:48:59.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:59.759 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:59.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:59.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:59.768 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:48:59.768 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:48:59.768 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:48:59.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:48:59.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:48:59.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:48:59.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:48:59.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:48:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:48:59.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:48:59.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:48:59.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:48:59.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:48:59.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:48:59.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:48:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:48:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1167d9b is found... 08:48:59.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1167d9b is found finished successfully 08:48:59.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:48:59.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.809 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.809 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:59.809 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:48:59.823 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.823 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:59.823 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:48:59.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:48:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:59.824 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:48:59.824 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:59.824 DEBUG [main][MenuItemLookup] Item match:File 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.825 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:48:59.825 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:48:59.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:48:59.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:48:59.825 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:48:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:48:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:48:59.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:48:59.856 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:48:59.856 DEBUG [main][EditorHandler] 1 editor(s) found 08:48:59.857 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:48:59.946 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:48:59.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:59.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:59.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:48:59.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:48:59.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:48:59.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:59.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:59.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:59.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:59.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:59.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:59.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:59.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:59.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:00.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:00.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:00.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:00.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:00.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:00.955 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:00.955 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:00.956 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:00.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:00.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:00.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:00.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:00.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:00.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:00.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:00.957 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:00.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:00.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:00.963 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:00.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:00.963 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:00.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:00.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:00.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:00.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:01.091 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:01.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:01.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:01.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:01.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:01.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:49:01.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:01.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:01.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68abd189 is found... 08:49:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68abd189 is found finished successfully 08:49:01.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:01.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:01.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:01.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:01.105 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:01.105 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:01.105 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 08:49:01.115 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 08:49:01.115 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:49:01.321 INFO [WorkbenchTestable][Keyboard] Move cursor 08:49:01.521 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:01.521 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:01.721 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:02.126 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:02.126 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:02.326 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:02.733 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:02.733 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:02.933 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:03.335 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:03.335 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:03.536 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:03.938 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:03.938 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:04.138 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:04.540 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:04.540 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:04.740 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:05.142 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:05.142 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:05.343 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:05.745 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:05.745 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:05.946 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:06.349 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:06.349 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:06.549 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:06.952 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:06.952 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:07.154 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:07.558 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:07.558 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:07.759 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:08.161 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:08.161 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:08.361 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:08.763 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:08.763 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:08.964 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:09.366 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:09.366 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:09.566 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:09.970 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:49:09.970 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:49:10.170 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:49:10.373 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:49:10.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:10.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:10.575 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:10.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:10.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:10.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:10.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:10.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:10.576 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:10.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:10.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:10.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:10.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:10.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:10.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:10.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:10.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:10.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:10.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:10.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:10.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:10.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:10.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:10.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:10.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:10.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:10.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:10.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:10.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:10.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:11.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:11.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:11.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:11.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:11.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:11.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:11.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:11.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:11.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:11.618 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:11.618 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:11.618 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:11.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:11.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:11.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:11.619 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:11.619 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:11.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:11.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:11.626 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:11.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:11.626 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:11.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:11.633 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:11.633 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:11.633 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:11.674 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:11.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:11.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:11.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:11.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:11.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:11.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:11.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:11.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:11.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75620b1 is found... 08:49:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75620b1 is found finished successfully 08:49:11.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') 08:49:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:11.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:11.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:11.679 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:11.679 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:11.679 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:11.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:11.694 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:11.694 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:49:11.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:11.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:11.695 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:11.695 DEBUG [main][MenuItemLookup] Item match:File 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:11.695 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:11.696 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:11.696 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:11.696 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:11.696 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:49:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:49:11.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:11.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 08:49:11.728 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:11.729 DEBUG [main][EditorHandler] 1 editor(s) found 08:49:11.729 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:49:11.817 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:49:11.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:11.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:11.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:11.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:11.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:11.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:11.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:11.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:11.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:11.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:11.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:11.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:11.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:11.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:11.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:11.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:11.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:11.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:11.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:11.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:11.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:11.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:11.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:11.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:11.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:11.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:11.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:11.848 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:11.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:11.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:11.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:11.849 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:11.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:11.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:11.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:11.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:11.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:11.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:12.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:12.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:12.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:12.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:12.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:12.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:12.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:12.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:12.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:12.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:12.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:12.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:12.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:12.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:12.853 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:12.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:12.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:12.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:12.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:12.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:12.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:12.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:12.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:12.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:12.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:12.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:12.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:12.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:12.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:12.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:12.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:12.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:12.854 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:12.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:12.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:12.861 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:12.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:12.861 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:12.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:12.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:12.868 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:12.868 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:12.988 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:12.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:12.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:12.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:12.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:49:12.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:12.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:12.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@212570c5 is found... 08:49:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@212570c5 is found finished successfully 08:49:13.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') 08:49:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:13.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:13.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:13.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:13.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:13.002 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:13.003 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:13.003 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 08:49:13.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:13.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:13.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:13.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:13.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:13.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:13.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:13.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:13.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:13.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:13.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:13.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:13.032 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:13.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:13.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:13.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:13.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:13.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:13.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:13.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:13.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:13.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:13.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:13.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:13.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:13.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:13.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:13.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:13.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:14.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:14.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:14.067 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:14.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:14.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:14.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:14.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.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:14.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:14.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:14.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:14.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:14.069 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:14.069 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:14.069 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:14.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:14.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:14.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:14.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:14.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:14.071 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:14.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:14.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:14.081 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:14.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:14.082 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:14.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:14.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:14.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:14.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:14.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:14.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:14.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:14.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:14.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:14.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:14.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13ed3bdf is found... 08:49:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13ed3bdf is found finished successfully 08:49:14.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:14.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:14.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:14.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:14.141 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:14.141 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public static class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:14.141 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:14.159 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:14.159 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:14.159 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:49:14.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:14.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:14.160 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:14.160 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:14.160 DEBUG [main][MenuItemLookup] Item match:File 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:14.161 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:14.161 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:14.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:14.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:14.161 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:14.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:49:14.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:49:14.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:14.193 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:14.193 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:14.193 DEBUG [main][EditorHandler] 1 editor(s) found 08:49:14.193 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:49:14.262 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:49:14.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:14.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:14.262 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:14.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:14.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:14.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:14.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:14.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:14.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:14.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:14.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:14.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:14.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:14.264 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:14.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:14.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:14.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:14.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:14.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:14.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:14.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:14.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:14.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:14.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:14.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:14.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:14.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:14.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:14.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:14.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:14.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:14.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:14.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:14.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:14.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:14.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:14.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:14.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:15.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:15.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:15.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:15.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:15.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:15.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:15.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:15.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:15.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:15.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:15.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:15.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:15.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:15.272 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:15.272 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:15.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:15.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:15.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:15.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:15.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:15.273 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:15.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:15.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:15.279 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:15.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:15.279 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:15.280 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:15.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:15.286 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:15.286 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:15.410 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:49:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:15.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@257c97b2 is found... 08:49:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@257c97b2 is found finished successfully 08:49:15.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:15.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:15.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:15.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:15.429 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:15.429 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:15.429 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:15.446 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:15.459 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:15.460 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:49:15.460 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:49:15.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:15.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:15.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:15.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:15.460 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:15.460 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:15.460 DEBUG [main][MenuItemLookup] Item match:File 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:15.461 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:15.461 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:15.462 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:15.462 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:15.462 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:49:15.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:49:15.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:15.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() { SystemX.out.println(""); } } TooltipText=null 08:49:15.495 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:49:16.495 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:16.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() { SystemX.out.println(""); } } TooltipText=null 08:49:16.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:16.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:16.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:16.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:16.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:16.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:16.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:16.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:16.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:16.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 '\*?\QProject Explorer\E') 08:49:16.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:16.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:16.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:16.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:16.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:16.499 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:16.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:16.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:16.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:16.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:16.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:16.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:16.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:16.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:16.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:16.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:17.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:17.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:17.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:17.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:17.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:17.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:17.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:17.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:17.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:17.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:17.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:17.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:17.536 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:17.536 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:17.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:17.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:17.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:17.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:17.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:17.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:17.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:17.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:17.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:17.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:17.537 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:17.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:17.546 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:17.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:17.546 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:17.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:17.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:17.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:17.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:17.586 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:17.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:17.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:17.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:17.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:17.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:17.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:17.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:17.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:17.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13996804 is found... 08:49:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13996804 is found finished successfully 08:49:17.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:17.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:17.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:17.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:17.590 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:17.590 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:49:17.590 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:17.602 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:17.602 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:17.602 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:49:17.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:17.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:17.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:17.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:17.602 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:17.602 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:17.602 DEBUG [main][MenuItemLookup] Item match:File 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:17.603 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:17.603 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:17.604 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:17.604 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:17.604 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:49:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:49:17.636 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:17.636 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:17.636 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:17.636 DEBUG [main][EditorHandler] 1 editor(s) found 08:49:17.636 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:49:17.744 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:49:17.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:17.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:17.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:17.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:17.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:17.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:17.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:17.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:17.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:17.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:17.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:17.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:17.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:17.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:17.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:17.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:17.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:17.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:17.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:17.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:17.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:17.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:17.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:17.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:17.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:17.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:17.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:17.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:17.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:17.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:17.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:17.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:17.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:17.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:17.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:17.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:17.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:17.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:18.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:18.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:18.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:18.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:18.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:18.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:18.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:18.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:18.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:18.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:18.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:18.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:18.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:18.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:18.754 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:18.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:18.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:18.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:18.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:18.756 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:18.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:18.762 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:18.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:18.762 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:18.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:18.766 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:18.766 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:18.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:18.885 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:18.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:18.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:18.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:18.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:18.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:49:18.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:18.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:18.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:18.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:18.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19b081ea is found... 08:49:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19b081ea is found finished successfully 08:49:18.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:18.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:18.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:18.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:18.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:18.900 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:18.900 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 08:49:18.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:18.906 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:18.906 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 08:49:18.906 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:49:19.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:19.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:19.906 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:19.906 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:19.906 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:19.906 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:49:19.906 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:49:19.906 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:19.906 DEBUG [main][MenuItemLookup] Item match:Navigate 08:49:19.907 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:49:19.907 DEBUG [main][MenuItemLookup] Found menu:'Go To' 08:49:19.907 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:19.907 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:49:19.907 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:49:19.907 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:49:19.907 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 08:49:19.907 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 08:49:19.908 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 08:49:19.908 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 08:49:19.908 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 08:49:19.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:49:19.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:49:19.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:19.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:49:19.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:19.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:19.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:19.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:19.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:49:19.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:49:19.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:49:19.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:49:19.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:49:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:19.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:19.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:49:19.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:49:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:19.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:49:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:19.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:19.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:20.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:20.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:20.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:20.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:20.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:49:20.983 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:49:20.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:49:20.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:20.983 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:49:21.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:49:21.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 08:49:21.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:21.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:21.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:21.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:21.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:21.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:21.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:21.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:21.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:21.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:21.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:21.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:21.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:21.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:21.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:21.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:21.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:21.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:21.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:21.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:21.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:21.537 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:21.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:21.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:21.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:21.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:21.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:21.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:22.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:22.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:22.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:22.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:22.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:22.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:22.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:22.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:22.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:22.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:22.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:22.540 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:22.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:22.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:22.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:22.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:22.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:22.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:22.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:22.541 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:22.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:22.547 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:22.547 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:22.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:22.547 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:22.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:22.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:22.553 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:22.553 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:22.587 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:22.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:22.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:22.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:22.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:22.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:22.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:22.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:22.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:22.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@637972c0 is found... 08:49:22.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@637972c0 is found finished successfully 08:49:22.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:22.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:22.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:22.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:22.590 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:22.591 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:22.591 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:22.608 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:22.608 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:22.608 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:49:22.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:22.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:22.609 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:22.609 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:22.609 DEBUG [main][MenuItemLookup] Item match:File 08:49:22.609 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:22.610 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:22.610 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:22.610 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:22.610 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:22.610 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:22.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:49:22.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:49:22.646 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:22.647 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:22.647 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:22.647 DEBUG [main][EditorHandler] 1 editor(s) found 08:49:22.647 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:49:22.752 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:49:22.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:22.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:22.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:22.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:22.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:22.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:22.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:22.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:22.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:22.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:22.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:22.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:22.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:22.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:22.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:22.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:22.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:22.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:22.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:22.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:22.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:22.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:22.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:22.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:22.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:22.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:22.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:22.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:22.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:22.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:22.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:22.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:22.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:22.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:22.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:22.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:22.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:22.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:23.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:23.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:23.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:23.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:23.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:23.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:23.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:23.762 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:23.762 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:23.762 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:23.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:23.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:23.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:23.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:23.764 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:23.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:23.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:23.770 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:23.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:23.770 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:23.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:23.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:23.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:23.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:23.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:23.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:23.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:23.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:23.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:23.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:49:23.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:23.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:23.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:23.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:23.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2279a81a is found... 08:49:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2279a81a is found finished successfully 08:49:23.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:23.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:23.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:23.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:23.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:23.909 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:23.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:23.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:23.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:23.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:23.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:23.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:23.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:23.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:23.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:23.912 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:23.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:23.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:23.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:23.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:23.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:23.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:23.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:23.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:23.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:23.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:24.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:24.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:24.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:24.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:24.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:24.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:24.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:24.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:24.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:24.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:24.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:24.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:24.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:24.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:24.948 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:24.948 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:24.948 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:24.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:24.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:24.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:24.949 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:24.949 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:24.949 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:24.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:24.955 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:24.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:24.955 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:24.955 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:24.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:24.959 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:24.959 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:24.988 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:24.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:24.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:24.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:24.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:24.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:24.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:24.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:24.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:24.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7af83d19 is found... 08:49:24.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7af83d19 is found finished successfully 08:49:24.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:24.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:24.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:24.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:24.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:24.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:24.992 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:24.992 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:24.992 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:25.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:25.022 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:25.022 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:49:25.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:25.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:25.022 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:25.022 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:25.022 DEBUG [main][MenuItemLookup] Item match:File 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:25.023 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:25.023 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:25.023 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:25.023 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:25.023 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:49:25.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:49:25.052 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:25.052 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:25.052 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:25.052 DEBUG [main][EditorHandler] 1 editor(s) found 08:49:25.052 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:49:25.140 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:49:25.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:25.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:25.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:25.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:25.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:25.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:25.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:25.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:25.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:25.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:25.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:25.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:25.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:25.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:25.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:25.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:25.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:25.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:25.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:25.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:25.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:25.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:25.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:25.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:25.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:25.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:25.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:25.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:25.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:25.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:25.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:25.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:25.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:25.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:25.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:25.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:26.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:26.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:26.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:26.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:26.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:26.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:26.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:26.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:26.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:26.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:26.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:26.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:26.149 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:26.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:26.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:26.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:26.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:26.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:26.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:26.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:26.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:26.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:26.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:26.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:26.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:26.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:26.150 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:26.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:26.158 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:26.158 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:26.158 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:26.158 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:26.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:26.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:26.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:26.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:26.280 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:26.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:26.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:26.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:26.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:26.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:49:26.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:26.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:26.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:26.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:26.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67da5c7d is found... 08:49:26.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67da5c7d is found finished successfully 08:49:26.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:26.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:26.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:26.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:26.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:26.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:26.295 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:26.295 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:26.295 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:49:26.295 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:49:26.495 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:49:26.699 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:49:26.699 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:49:26.900 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:49:27.102 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:49:27.102 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:49:27.302 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:49:27.505 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:49:27.505 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:49:27.705 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:49:27.909 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:49:27.909 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:49:28.109 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:49:29.115 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 08:49:29.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:29.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:29.122 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:29.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:29.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:29.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:29.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:29.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:29.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:29.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:29.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:29.124 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:29.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:29.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:29.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:29.154 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:29.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:29.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:29.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:29.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:29.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:29.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:29.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:29.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:29.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:29.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:29.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:30.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:30.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:30.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:30.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:30.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:30.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:30.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:30.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:30.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:30.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:30.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:30.158 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:30.158 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:30.158 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:49:30.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:49:30.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:30.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:49:30.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:49:30.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:30.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:49:30.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:49:30.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:30.160 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:49:30.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:30.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:49:30.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:30.160 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:30.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:30.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:30.168 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:49:30.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:49:30.168 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:49:30.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:49:30.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:49:30.173 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:49:30.174 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:49:30.217 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:49:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:49:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f142de5 is found... 08:49:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f142de5 is found finished successfully 08:49:30.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:49:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:30.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:30.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:30.222 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:30.222 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:30.222 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:49:30.245 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:30.245 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:30.245 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:49:30.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:49:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:30.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:30.246 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:49:30.246 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:30.246 DEBUG [main][MenuItemLookup] Item match:File 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:30.247 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:30.247 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:30.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:30.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:30.247 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:30.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:49:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:49:30.288 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:30.288 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:49:30.288 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:30.288 DEBUG [main][EditorHandler] 1 editor(s) found 08:49:30.288 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:49:30.362 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:49:30.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:30.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:30.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:30.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:30.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:30.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:49:30.363 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:30.363 DEBUG [main][EditorHandler] 0 editor(s) found 08:49:30.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:30.364 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:30.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:30.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:30.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:30.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:30.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:30.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:30.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:30.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:30.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:30.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:30.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:30.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:30.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:30.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:30.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:30.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:30.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:30.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:30.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:30.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:30.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:30.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:30.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:30.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:30.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:31.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:31.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:31.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:31.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:31.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:31.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:31.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:31.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:31.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:31.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:31.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:31.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:31.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:31.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:31.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:31.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:31.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:31.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:31.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:31.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:31.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:32.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:32.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:32.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:32.375 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:32.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:32.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:32.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:32.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:32.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:32.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:32.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:32.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:32.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:32.376 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:49:32.376 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:49:32.376 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:32.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:32.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:32.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:32.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:32.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:32.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:32.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:32.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:32.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:32.377 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:49:32.377 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:49:32.377 DEBUG [main][TreeItemHandler] Set Tree selection 08:49:32.377 DEBUG [main][TreeHandler] Notify Tree about selection event 08:49:32.384 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:49:32.394 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:49:32.394 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 08:49:32.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:49:32.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'New' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:32.441 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:49:32.441 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:49:32.442 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:49:32.442 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:49:32.442 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:49:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:32.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:49:32.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:49:32.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:32.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:32.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:32.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:32.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:49:32.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'New' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:49:32.971 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:49:32.971 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:49:32.971 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:49:32.971 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:49:32.971 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:49:32.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1106): Gtk-CRITICAL **: 08:49:33.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1106): Gtk-CRITICAL **: 08:49:33.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1106): Gtk-CRITICAL **: 08:49:33.052: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1106): Gtk-CRITICAL **: 08:49:33.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:49:33.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:49:33.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:49:33.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:33.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:33.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:49:33.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:33.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:49:33.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:33.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:33.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:33.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:33.577 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:49:33.577 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:49:33.577 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:49:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:33.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:33.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:33.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:49:33.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:33.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:49:33.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:33.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:33.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:33.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:33.579 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:49:33.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:33.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:33.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:33.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:33.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:49:33.582 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:49:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:49:34.123 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:49:34.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:49:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:49:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:34.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:34.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:34.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:34.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:34.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:34.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:49:34.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:34.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:34.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:49:34.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:34.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.645 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.287 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.436 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.068 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.412 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.769 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.286 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.462 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.44 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.433 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.69 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.626 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.187 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.42 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.548 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.019 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.709 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.275 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.263 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.428 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.51 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.411 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.119 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.512 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.063 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.316 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.87 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.445 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.482 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.008 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.388 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.221 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:49:34.176 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:49:34.177 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:49:34.177 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:34.177 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:49:34.177 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:34.177 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:49:34.177 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:34.177 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:49:34.177 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:34.177 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:49:34.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.*'] 08:49:34.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:34.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:34.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:34.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:34.178 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:34.178 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:34.179 DEBUG [main][MenuItemLookup] Item match:Window 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:34.179 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:49:34.179 DEBUG [main][MenuItemLookup] Item match:Preferences 08:49:34.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:49:34.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:49:34.179 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:49:34.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:49:34.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:49:34.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:49:34.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.266 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:49:34.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:49:34.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:34.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:34.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:34.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:49:34.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:34.282 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:49:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:34.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:34.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:34.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.308 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:34.308 DEBUG [main][EditorHandler] 0 editor(s) found 08:49:34.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.309 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:34.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:34.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:34.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') 08:49:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:34.312 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:34.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:34.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:34.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:34.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:34.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:34.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:34.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:34.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:34.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:49:34.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:34.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:34.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:34.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:49:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:34.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:34.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:34.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:49:34.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:34.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:49:34.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:49:34.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:34.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:34.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:34.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:49:34.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:49:34.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:34.335 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:34.335 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:34.335 DEBUG [main][MenuItemLookup] Item match:File 08:49:34.336 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:34.337 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:49:34.339 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:49:34.339 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:34.339 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:49:34.339 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:34.339 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:49:34.339 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:34.339 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:49:34.339 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:49:34.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:49:34.339 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:49:34.339 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:49:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:49:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:49:34.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:49:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.413 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:49:34.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:49:34.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:49:34.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:34.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:34.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:49:34.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:34.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:34.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:34.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:49:34.416 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:49:34.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:49:34.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:49:34.419 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:49:34.419 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:49:34.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:49:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:34.422 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:49:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:34.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:34.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:34.447 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:49:34.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:49:34.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:49:34.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.448 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:49:34.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.449 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 08:49:34.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:49:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:49:34.451 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:49:34.452 INFO [WorkbenchTestable][AbstractText] Text set to: project 08:49:34.453 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:49:34.453 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:49:34.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:49:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:34.455 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:49:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:34.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:34.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:34.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:34.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:49:34.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:49:34.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:49:34.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:49:34.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:34.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:34.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:49:34.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:49:34.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:34.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:34.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:34.529 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:34.529 DEBUG [main][MenuItemLookup] Item match:File 08:49:34.529 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:34.529 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:49:34.531 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:49:34.531 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:34.531 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:49:34.531 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:34.531 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:49:34.531 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:34.531 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:49:34.531 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:49:34.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:49:34.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:49:34.531 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:49:34.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:49:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:49:34.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:49:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.594 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:49:34.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:49:34.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:49:34.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:34.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:34.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:49:34.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:34.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:34.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:34.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:49:34.596 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:49:34.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:49:34.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:49:34.599 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:49:34.599 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:49:34.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:49:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:34.601 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:49:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:34.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:34.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:34.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:49:34.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:49:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:49:34.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:49:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:34.631 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:49:34.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:34.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:49:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:49:34.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:49:34.634 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 08:49:34.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:49:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:49:34.645 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:49:34.645 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 08:49:34.652 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:49:34.652 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:49:34.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:49:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:34.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:34.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:34.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:34.654 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:49:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:34.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:34.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:35.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:35.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:35.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:49:35.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:49:35.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:49:35.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:35.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:35.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:35.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:35.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 08:49:35.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:35.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:35.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:35.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:35.163 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:35.163 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:49:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:35.164 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 08:49:35.164 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:35.164 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:35.164 DEBUG [main][MenuItemLookup] Item match:Edit 08:49:35.164 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:49:35.164 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:49:35.165 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:49:35.165 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 08:49:35.165 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:49:35.165 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:49:35.365 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:49:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:49:36.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:49:36.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:36.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:49:36.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:36.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:36.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:36.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:36.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:36.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:49:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:49:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:49:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:49:36.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:49:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:36.377 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:49:36.377 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:49:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:49:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:49:36.377 DEBUG [WorkbenchTestable][ContentAssistant] a 08:49:36.377 DEBUG [WorkbenchTestable][ContentAssistant] b 08:49:36.377 DEBUG [WorkbenchTestable][ContentAssistant] c 08:49:36.377 INFO [WorkbenchTestable][AbstractShell] Close shell 08:49:36.377 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:49:36.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:36.395 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:49:36.395 DEBUG [main][EditorHandler] 1 editor(s) found 08:49:36.395 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 08:49:36.420 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 08:49:36.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:36.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:36.421 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:49:36.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:36.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:36.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:36.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:36.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:36.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:36.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:49:36.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:36.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:36.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:36.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:36.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:36.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:36.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:36.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:36.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:36.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:36.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:36.426 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:36.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:36.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:36.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:36.427 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:36.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:36.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:36.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:36.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:36.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:36.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:37.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:37.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:37.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:37.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:37.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:37.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:37.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:37.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:37.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:37.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:37.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:37.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:37.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:49:37.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:37.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:37.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:37.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:37.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:37.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:37.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:37.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:38.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:38.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:49:38.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:38.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:38.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:38.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:38.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:38.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:38.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:38.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:38.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:38.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:38.433 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:49:38.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:38.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:38.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:38.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:38.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:49:38.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:38.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:38.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:38.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:38.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:38.434 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:49:38.434 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:49:38.434 DEBUG [main][TreeItemHandler] Set Tree selection 08:49:38.435 DEBUG [main][TreeHandler] Notify Tree about selection event 08:49:38.440 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:49:38.441 DEBUG [WorkbenchTestable][TreeItemHandler] project 08:49:38.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:49:38.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'New' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:38.463 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:49:38.463 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:49:38.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:49:38.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:49:38.464 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:49:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:38.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:49:38.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:49:38.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:38.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:38.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:49:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:38.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:49:38.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:38.980 DEBUG [main][MenuItemLookup] Found menu:'New' 08:49:38.980 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:49:38.981 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:38.981 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:49:38.981 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:38.981 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:49:38.981 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:49:38.981 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:49:38.981 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:49:38.981 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:49:38.981 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:49:38.981 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:49:38.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:49:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:49:39.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:49:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:39.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:49:39.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:39.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:49:39.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:39.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:39.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:39.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:39.559 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:49:39.559 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:49:39.559 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:49:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:39.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:39.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:39.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:49:39.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:39.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:49:39.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:39.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:39.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:39.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:39.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:39.561 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:49:39.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:39.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:39.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:39.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:39.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:49:39.564 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:49:40.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:49:40.065 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:49:40.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:40.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:49:40.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:49:40.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:49:40.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:49:40.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:49:40.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:49:40.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:49:40.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:40.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:49:40.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:40.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:40.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:49:40.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:40.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:40.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:49:40.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:49:40.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:40.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:40.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:40.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.893 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 5.735 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-0834 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test --- [INFO] Resolving class path of RedDeer UIForms Test... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:49.912 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:49:49.915 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:49:49.940 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:49:49.942 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:49:50.029 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:50.108 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:49:50.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:50.115 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:50.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:49:50.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:49:50.137 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:49:50.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:50.142 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:49:50.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:50.146 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:49:50.151 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:50.152 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:49:50.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:50.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:50.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:50.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:50.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:50.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:50.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:50.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:50.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:50.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:50.257 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:50.262 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:50.263 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:50.263 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:50.263 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:50.263 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:50.263 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:50.263 DEBUG [main][MenuItemLookup] Item match:Window 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:50.268 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:49:50.269 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:50.269 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:49:50.269 DEBUG [main][MenuItemLookup] Item match:Preferences 08:49:50.271 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:49:50.271 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:49:50.309 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:49:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:49:50.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:49:50.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:49:50.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:50.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:50.482 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:49:50.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:50.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:49:50.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:50.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:50.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:50.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:50.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:49:50.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:50.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:50.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:50.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:50.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:50.565 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:49:50.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:50.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:50.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:50.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:50.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:50.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:50.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:50.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:50.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:50.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:50.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:50.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:50.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:50.655 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 08:49:50.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:50.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:50.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:50.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:50.657 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:50.657 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:50.657 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:50.657 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:50.657 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:50.657 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:50.657 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:50.657 DEBUG [main][MenuItemLookup] Item match:Window 08:49:50.658 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:50.659 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:50.659 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:50.659 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:50.659 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:50.659 DEBUG [main][MenuItemLookup] Item match:Show View 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:49:50.669 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:49:50.670 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:50.670 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:49:50.670 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:49:50.671 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:49:50.671 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:49:50.671 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:49:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:49:50.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:49:50.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:49:50.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:50.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:50.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:49:50.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:50.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:50.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:50.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:50.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:50.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:50.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:50.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:50.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:50.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:50.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:50.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:50.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 08:49:50.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:49:50.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:51.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:51.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:49:51.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 08:49:51.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:49:51.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:51.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 08:49:51.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:51.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:49:51.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 08:49:51.267 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 08:49:51.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 08:49:51.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 08:49:51.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:51.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:51.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:51.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:51.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:51.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:49:51.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:51.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:51.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:51.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:51.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:51.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:51.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:51.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:51.274 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:49:51.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:51.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:51.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:51.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:51.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 08:49:51.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 08:49:51.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:51.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:51.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:51.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:51.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:51.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:51.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:51.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:51.668 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:51.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:51.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:51.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:51.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:51.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:51.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 08:49:51.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:51.724 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:51.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:51.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:51.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:51.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:49:51.731 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 08:49:51.731 TRACE [main][WidgetHandler] Wait for synchronization 08:49:51.731 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 08:49:51.731 TRACE [main][WidgetHandler] Wait for synchronization 08:49:51.731 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 08:49:51.731 TRACE [main][WidgetHandler] Wait for synchronization 08:49:51.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink clicked") 08:49:51.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:51.733 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:51.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:51.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:51.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:49:51.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:51.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:51.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:51.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:51.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:51.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:51.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:51.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:51.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:51.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:51.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:51.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:51.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.753 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:51.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:51.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:51.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 '\*?\QUI Form Test\E') 08:49:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:51.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:51.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:51.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:51.774 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:51.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:51.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:51.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:51.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:51.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:51.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 08:49:51.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:51.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:51.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:51.827 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:51.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:51.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:51.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:51.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:52.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:52.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:52.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:49:52.867 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 08:49:52.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:52.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:52.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:52.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:52.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:52.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:52.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:52.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:52.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:52.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:52.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:52.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:52.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:52.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:52.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:52.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:52.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:52.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:52.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:52.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:52.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:52.914 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:52.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:52.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:52.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:52.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:52.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:52.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 1 and no matchers specified 08:49:52.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:52.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:52.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:52.920 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:52.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:52.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:52.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:49:52.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:49:52.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:52.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:49:52.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:52.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:52.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:52.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:52.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:52.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:52.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:52.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:52.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:52.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:52.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:52.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:52.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:52.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:52.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:52.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:52.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:52.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:52.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:52.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:52.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:52.980 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:52.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:52.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:52.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:52.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:52.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:52.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:52.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:52.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:52.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:52.987 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:52.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:52.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:52.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:52.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:52.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:53.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section C") 08:49:53.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:49:53.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:53.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:53.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:53.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:53.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:53.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:53.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:53.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:53.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:53.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:53.056 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:53.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:53.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:53.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:53.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:53.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:53.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 08:49:53.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:53.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.079 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:53.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:53.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:49:53.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:53.081 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:53.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.082 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:53.082 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:53.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:53.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:53.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.128 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:53.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:53.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:53.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:53.166 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:53.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:53.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:53.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:53.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:53.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:53.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section B") 08:49:53.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.171 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:53.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:49:53.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:53.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:53.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:53.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:53.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:53.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:53.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:53.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:53.236 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:53.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:53.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:53.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:53.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:53.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:53.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:53.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.260 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:53.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:53.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:49:53.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:49:53.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:53.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:53.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:53.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:53.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:53.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:53.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.278 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:53.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:53.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:53.323 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:53.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:53.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:53.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:53.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:53.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:53.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:53.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.330 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:53.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:53.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:49:53.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:49:53.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:49:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:49:53.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:53.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:53.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:49:53.337 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:49:53.341 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:53.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:53.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.524 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.103 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.13 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.068 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.088 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.052 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.108 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.076 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.069 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:53.399 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:53.408 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:49:53.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:53.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:53.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:53.408 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:49:53.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:53.410 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:49:53.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:53.410 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:49:53.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:53.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:53.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:53.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:53.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:53.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:53.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:53.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:53.413 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:53.413 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:53.413 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:53.413 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:53.413 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:53.413 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:53.413 DEBUG [main][MenuItemLookup] Item match:Window 08:49:53.416 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:53.416 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:53.417 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:49:53.417 DEBUG [main][MenuItemLookup] Item match:Preferences 08:49:53.417 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:49:53.417 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:49:53.417 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:49:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:49:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:49:53.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:49:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.543 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:49:53.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:53.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:49:53.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:53.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:53.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:53.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:49:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:53.574 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:49:53.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:53.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:53.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:53.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:53.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:53.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:53.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.624 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:53.624 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:53.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:53.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:53.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:53.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:53.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:53.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:53.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:53.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:53.664 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:53.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:53.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:53.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:53.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:53.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:53.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:53.722 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:49:53.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:53.723 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:53.724 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:53.724 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:53.724 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:53.724 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:53.724 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:53.724 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:53.724 DEBUG [main][MenuItemLookup] Item match:Window 08:49:53.725 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:53.725 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:53.725 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:53.725 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:53.725 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:53.725 DEBUG [main][MenuItemLookup] Item match:Show View 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:53.729 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:49:53.729 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:49:53.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:49:53.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:49:53.750 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:49:53.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:49:53.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:49:53.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:49:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:53.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:49:53.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:53.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:53.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:53.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:53.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:53.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:53.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:53.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:53.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:53.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:53.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:49:53.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:53.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:54.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:49:54.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:54.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:54.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:54.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:49:54.332 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:49:54.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:49:54.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:49:54.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:54.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:54.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:54.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:54.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:54.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 "Open") 08:49:54.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:54.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:54.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:54.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:54.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:54.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:54.335 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:49:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:54.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:54.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 08:49:54.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:54.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 08:49:54.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:54.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:54.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:54.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:54.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 08:49:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:54.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:54.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:54.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:54.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:54.484 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:49:54.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:49:54.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:54.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:54.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:54.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:54.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 no matchers specified 08:49:54.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:54.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:54.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:54.486 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:49:54.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:54.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:54.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:54.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:54.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:54.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:55.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:55.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:49:55.491 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 08:49:55.491 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:49:55.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:49:55.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:55.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:55.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:55.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:55.493 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 08:49:55.493 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 08:49:55.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:49:55.496 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:55.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:55.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:55.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:55.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:55.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:55.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:55.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:55.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:55.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:55.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:55.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:55.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:55.658 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:55.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:55.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:55.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:55.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:55.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:55.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 1 and no matchers specified 08:49:55.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.683 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:55.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:49:55.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:49:55.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:49:55.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:55.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:55.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:55.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.702 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:55.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:55.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:55.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:55.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:55.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:55.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:55.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:55.725 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:55.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:55.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:55.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:55.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:55.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:55.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:55.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:55.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.749 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:55.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:55.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Form D") 08:49:55.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:55.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:55.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:55.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:55.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.767 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:55.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:55.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:55.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:55.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:55.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:55.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:55.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:55.790 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:55.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:55.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:55.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:55.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:55.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:55.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 08:49:55.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:55.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.828 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:55.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:55.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:55.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:55.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:55.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:55.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.852 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:55.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:55.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:55.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:55.885 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:55.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:55.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:55.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:55.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:55.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:55.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:55.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:55.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.890 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:55.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:55.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:55.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:55.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:55.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:55.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:55.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:55.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:55.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:55.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:55.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:55.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:55.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:55.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:55.960 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:55.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:55.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:55.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:55.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:55.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:55.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:55.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:55.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:55.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:55.983 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:55.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:55.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:55.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:49:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:55.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:55.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:55.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:55.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:56.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:56.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:56.008 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:56.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:56.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:56.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:56.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:56.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:56.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:56.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:56.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:56.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:56.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:56.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:56.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:56.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:56.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:56.055 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:56.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:56.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:56.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:56.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:56.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:56.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:56.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:56.060 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:56.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:56.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:49:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:49:56.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:49:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:56.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:49:56.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:56.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:56.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:56.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:56.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:56.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:56.130 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:49:56.130 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:49:56.130 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:56.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:56.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:56.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.734 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.986 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.091 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.065 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.076 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.094 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.071 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.121 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:56.144 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:56.146 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:49:56.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:56.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:56.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:56.146 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:49:56.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:56.147 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:49:56.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:56.147 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:49:56.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:56.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:56.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:56.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:56.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:56.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:56.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:56.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:56.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:56.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:56.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:56.149 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:56.149 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:56.149 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:56.149 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:56.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:56.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:56.149 DEBUG [main][MenuItemLookup] Item match:Window 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:56.150 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:49:56.150 DEBUG [main][MenuItemLookup] Item match:Preferences 08:49:56.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:49:56.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:49:56.150 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:49:56.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:49:56.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:49:56.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:49:56.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:56.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:56.267 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:49:56.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:56.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:49:56.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:56.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:56.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:49:56.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:56.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:56.272 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:49:56.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:56.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:56.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:56.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:56.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:56.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:56.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:56.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:56.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:56.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:56.324 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:56.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:56.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:56.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:56.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:56.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.350 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:56.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:56.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:56.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:56.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:56.363 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:56.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:56.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:56.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:56.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:56.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:56.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:49:56.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:56.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:56.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:56.369 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:56.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:56.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:56.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:56.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:49:56.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:49:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:56.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:56.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:56.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:57.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:57.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:49:57.411 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:49:57.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:57.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:57.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:57.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:57.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:57.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:57.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:57.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:57.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:57.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:57.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:57.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:57.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:57.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:57.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:57.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:57.450 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:57.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:57.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:57.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:57.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:57.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:57.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:49:57.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:57.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:57.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:57.454 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:57.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:57.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:57.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:57.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:49:57.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:49:57.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:57.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:57.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:49:57.484 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:49:57.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:57.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:57.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:57.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:57.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:57.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:57.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:57.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:57.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:57.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:57.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:57.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:57.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.494 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:57.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:57.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:57.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:57.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:57.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:57.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:57.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:57.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:57.525 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:57.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:57.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:57.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:57.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:57.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:57.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Non existing expandable composite title") 08:49:57.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:57.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:57.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:57.548 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:57.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:57.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:57.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:57.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:58.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:58.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:58.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:49:58.581 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 08:49:58.581 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.581 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.581 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:58.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:58.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:58.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:58.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.588 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:58.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:58.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:58.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:58.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:58.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:58.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:58.619 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:58.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:58.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:58.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:58.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:58.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:58.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:49:58.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.623 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:58.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:58.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:49:58.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:49:58.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:49:58.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:58.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:58.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:58.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:58.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:58.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:58.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:58.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:58.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:58.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:58.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:58.683 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:58.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:58.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:58.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:58.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:58.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:58.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:58.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.687 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:58.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:58.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 08:49:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:49:58.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:58.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:58.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:58.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:58.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.718 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:58.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:58.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:58.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:58.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:58.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:58.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:58.731 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:58.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:58.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:58.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:58.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:58.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:58.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:49:58.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.753 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:58.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:49:58.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:58.756 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:58.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:58.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:58.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:58.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:58.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:58.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') 08:49:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:58.793 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:58.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:58.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:58.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:58.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 08:49:58.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:58.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.797 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:58.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:58.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:49:58.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:58.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:58.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:58.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:58.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.826 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:58.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:58.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:58.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:58.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:58.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:58.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:58.841 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:58.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:58.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:58.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:58.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:58.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:58.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:58.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:58.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.844 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:58.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:58.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:58.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:49:58.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:49:58.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:58.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:58.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:58.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:58.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.873 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:58.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:58.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:58.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:58.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:58.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:58.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:58.917 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:58.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:58.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:58.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:58.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:58.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:58.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:49:58.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:58.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.922 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:58.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:58.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:58.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:58.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:49:58.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:49:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:58.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:49:58.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:49:58.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:58.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:49:58.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:58.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:49:58.927 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:49:58.927 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:58.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.784 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.087 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.075 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.094 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.045 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.064 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.064 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.063 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.046 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.06 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:58.936 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:58.937 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:49:58.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:58.938 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:58.938 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:58.938 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:49:58.953 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:58.953 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:49:58.953 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:58.953 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:49:58.953 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:58.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:58.954 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:58.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:58.954 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:58.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:58.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:58.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:58.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:58.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:58.955 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:58.955 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:58.955 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:58.955 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:58.955 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:58.955 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:58.955 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:58.955 DEBUG [main][MenuItemLookup] Item match:Window 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:58.956 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:49:58.956 DEBUG [main][MenuItemLookup] Item match:Preferences 08:49:58.956 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:49:58.956 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:49:58.956 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:49:59.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 'Preferences.*'] is available.... 08:49:59.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:49:59.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:49:59.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:59.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:59.073 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:49:59.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:59.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:49:59.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:59.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:59.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:59.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:49:59.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:59.090 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:49:59.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:59.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:59.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:59.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:59.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:59.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:59.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:49:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:59.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:59.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:59.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:59.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:59.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:59.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 '\*?\QUI Form Test\E') 08:49:59.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:59.172 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:59.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:59.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:59.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:59.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:59.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:59.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:49:59.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:59.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:59.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:59.178 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:59.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:59.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:49:59.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText clicked") 08:49:59.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:59.182 TRACE [main][WidgetHandler] Notify FormText with event 1 08:49:59.182 TRACE [main][WidgetHandler] Wait for synchronization 08:49:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:59.185 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:59.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:49:59.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:59.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:59.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:59.186 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:49:59.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:59.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:49:59.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:59.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:59.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:59.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:59.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:59.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:59.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:59.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:59.252 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:59.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:59.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:59.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:59.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:59.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:59.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:49:59.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:59.276 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:59.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:49:59.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 08:49:59.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:59.278 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:59.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:49:59.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:49:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:49:59.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:59.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:59.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:59.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:59.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:49:59.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:59.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:49:59.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:49:59.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:59.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:59.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:59.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.286 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:49:59.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:59.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:59.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:49:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:59.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:59.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:59.302 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:49:59.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:49:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:59.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 08:49:59.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:59.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:59.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:59.323 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:49:59.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:59.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:59.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:59.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:59.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:00.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:50:00.348 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 08:50:00.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.348 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.354 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.389 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 08:50:00.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.396 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:50:00.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:50:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:50:00.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.426 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.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 '\*?\QUI Form Test\E') 08:50:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.458 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:50:00.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.462 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:50:00.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:00.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.502 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:50:00.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.524 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:50:00.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section C") 08:50:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:50:00.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.536 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.552 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:50:00.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.577 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:50:00.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.585 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.615 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:50:00.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.640 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:50:00.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.643 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.664 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section A") 08:50:00.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.695 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:50:00.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.697 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.698 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.698 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.704 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.714 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:50:00.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.719 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:50:00.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:50:00.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:50:00.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:00.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.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') 08:50:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:00.783 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:00.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:00.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:00.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:00.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:00.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:00.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:50:00.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.809 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:00.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:00.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:50:00.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:50:00.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:50:00.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:50:00.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:50:00.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:00.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:50:00.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:50:00.815 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:00.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.88 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.055 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.094 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.067 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.05 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.064 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.065 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.049 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.064 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.055 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.046 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:00.823 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:00.824 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:00.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.825 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:00.825 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.825 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:00.825 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.825 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:00.825 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.825 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:50:00.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:00.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:00.826 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:00.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:00.826 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:00.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:00.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:00.827 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:00.827 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:50:00.828 DEBUG [main][MenuItemLookup] Item match:Window 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:50:00.828 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:50:00.829 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:00.829 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:50:00.829 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:00.829 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:50:00.829 DEBUG [main][MenuItemLookup] Item match:Preferences 08:50:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:50:00.829 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:50:00.829 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:50:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:50:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:50:00.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:50:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.930 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:50:00.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:00.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:50:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:00.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:00.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:00.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:00.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:00.947 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:00.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:00.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:00.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:00.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:00.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:00.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:00.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:00.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:00.989 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:00.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:00.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:00.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:00.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:00.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.031 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:01.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:01.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:01.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:01.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:01.045 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:01.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:01.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:01.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:01.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:01.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 08:50:01.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:01.070 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:01.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:01.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:50:01.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:50:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:01.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:02.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:50:02.085 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:50:02.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:02.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:02.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:02.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:02.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:02.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:02.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:02.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:02.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:02.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:02.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:02.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:02.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:02.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:02.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:02.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:02.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:02.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:02.125 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:02.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:02.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:02.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:02.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:02.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:02.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 08:50:02.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:02.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:02.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:02.129 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:02.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:02.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:02.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:02.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:50:02.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:50:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:02.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:02.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:02.156 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:02.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:02.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:02.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:02.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:02.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:02.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:02.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:02.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:02.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:02.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:02.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.163 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:02.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:02.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:02.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:02.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:02.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:02.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:02.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:02.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:02.181 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:02.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:02.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:02.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:02.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:02.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:02.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing section title") 08:50:02.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:02.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:02.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:02.203 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:02.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:02.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:02.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:03.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:50:03.238 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 08:50:03.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:03.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:03.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:03.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:03.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:03.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:03.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:03.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:03.259 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:03.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:03.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:03.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:03.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:03.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 1 and no matchers specified 08:50:03.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:03.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.263 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:03.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:03.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:50:03.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:50:03.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:50:03.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:03.283 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:03.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:03.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:03.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.291 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:03.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:03.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:03.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:03.325 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:03.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:03.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:03.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:03.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:03.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:50:03.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:03.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.329 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:03.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:03.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:50:03.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Section C") 08:50:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:50:03.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:03.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:03.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:03.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:03.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.360 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:03.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:03.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:03.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:03.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:03.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:03.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:03.378 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:03.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:03.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:03.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:03.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:03.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 08:50:03.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:03.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.397 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:03.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:03.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:50:03.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.398 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:03.398 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:03.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:03.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:03.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.407 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:03.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:03.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:03.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') 08:50:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:03.446 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:03.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:03.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:03.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:03.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:03.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Section A") 08:50:03.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.475 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:03.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:50:03.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.477 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:03.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:03.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:03.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:03.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:03.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:03.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:03.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:03.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:03.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:03.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:03.514 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:03.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:03.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:03.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:03.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:03.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:50:03.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.521 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:03.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:50:03.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:50:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:50:03.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:03.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:03.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:03.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:03.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.547 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:50:03.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:03.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:03.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:03.564 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:50:03.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:50:03.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:03.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:03.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:03.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:50:03.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:03.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.587 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:50:03.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:03.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:50:03.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:50:03.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:50:03.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:50:03.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:50:03.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:03.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:50:03.593 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:50:03.593 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:03.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.098 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.07 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.082 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.044 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.071 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.044 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.079 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.048 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.067 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-0834 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test --- [INFO] Resolving class path of RedDeer JFace Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:15.013 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:50:15.015 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:50:15.031 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:50:15.032 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:50:15.123 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:15.215 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:15.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:15.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:15.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:50:15.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:50:15.238 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:50:15.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:15.243 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:15.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:15.339 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:15.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:15.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:15.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:15.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:15.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:15.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:15.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:15.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:15.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:15.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:15.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:15.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:15.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:50:15.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:50:15.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:15.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:15.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:50:15.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:15.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:15.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:15.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:15.652 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:15.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:15.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:15.655 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:20.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:50:20.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:50:20.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:50:20.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:20.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:20.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:20.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:20.709 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:20.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:20.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:20.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:20.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:20.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:20.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:20.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:20.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:20.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:20.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:20.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:50:20.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:20.772 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:20.772 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:50:20.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:20.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:20.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:20.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:20.775 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:20.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:20.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:20.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:50:20.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:20.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:20.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:20.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:20.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:20.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:20.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:20.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:20.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:20.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:20.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:20.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:20.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:20.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:20.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:20.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:20.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:20.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:20.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:20.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:20.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:20.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:20.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:20.915 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 08:50:20.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:20.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:20.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:20.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:20.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:20.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:20.919 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:20.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:20.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:25.953 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 08:50:25.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:25.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:25.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:25.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:25.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:25.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:25.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:25.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:25.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:25.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:25.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:25.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:25.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:25.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:25.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:25.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:26.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:26.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:50:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:26.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:26.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:26.019 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:26.019 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:50:26.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:26.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:26.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:26.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:26.021 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:26.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:26.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:26.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:26.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:26.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:26.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:26.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:26.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:26.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:26.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:26.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:26.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:26.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:26.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:26.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:26.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:26.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:26.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:26.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:26.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:26.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:26.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:26.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:50:26.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:50:26.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:50:26.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:26.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:26.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:26.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:26.124 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:26.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:26.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:26.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:26.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:31.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:50:31.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 'Testing.*'] 08:50:31.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:31.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:50:31.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:31.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:31.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:31.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:31.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:31.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:31.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:31.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:31.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:31.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:31.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:31.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:31.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:31.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:31.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:31.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:31.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:31.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:31.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:31.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:31.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 08:50:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 08:50:31.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:31.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:31.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:31.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:31.209 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:31.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:31.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:31.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:31.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:36.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:36.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:36.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:36.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:36.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:36.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:36.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:36.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:50:36.230 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:50:36.230 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:36.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.304 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.36 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.122 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.124 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.097 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.097 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.08 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.260 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.261 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:36.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:36.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:36.262 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:36.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:36.262 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:36.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:36.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:36.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:36.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:36.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:36.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:36.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:36.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:36.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:36.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:36.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:36.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:36.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:36.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.356 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:36.356 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:50:36.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:36.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:36.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:36.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:36.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:36.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:36.359 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:36.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:36.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:36.364 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:36.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:36.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:36.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:36.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:36.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:36.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:36.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:36.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:36.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:36.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:36.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:36.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:36.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:36.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:36.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:36.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:36.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:36.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:36.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:36.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:36.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:36.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:36.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:36.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:36.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:36.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:36.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.516 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:36.516 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:50:36.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:36.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:36.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:36.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:36.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:36.519 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:36.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:36.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:36.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:36.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:36.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:36.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:36.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:36.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:36.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:36.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:36.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:36.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:36.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:36.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:36.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:36.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:36.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:36.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:36.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:36.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:36.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:36.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:36.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:36.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:36.629 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:36.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:36.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:36.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:36.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:36.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:36.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:36.632 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:36.632 INFO [WorkbenchTestable][WizardDialog] Finish wizard 08:50:36.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:36.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:36.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:36.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:36.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:36.635 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:36.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:36.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:41.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:41.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:41.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:41.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:41.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:41.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:41.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:41.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:41.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:41.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:41.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:41.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:41.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:41.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:41.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:41.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:41.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:41.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:41.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:41.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:41.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.760 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:41.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) 08:50:41.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:41.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:41.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:41.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:41.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:41.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:41.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:41.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:41.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:41.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:41.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:41.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:41.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:41.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:41.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:41.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:41.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:41.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 Wizard"] is available.... 08:50:41.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:41.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:41.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:41.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:41.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.853 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:41.857 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:41.860 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:41.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:41.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:41.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:41.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:41.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:41.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:41.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:41.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:41.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:41.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:41.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:41.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:41.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:41.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:41.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:41.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:41.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:41.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:41.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.969 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:41.969 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:50:41.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:41.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:41.971 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:41.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:41.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:41.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:41.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:41.973 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:41.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 08:50:41.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:41.975 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:41.975 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 08:50:41.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 08:50:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:41.977 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:50:41.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:41.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:41.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:41.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:41.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:50:41.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:50:41.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:50:41.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:41.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:41.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:41.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:41.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:41.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:42.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:42.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:42.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:42.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:42.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:42.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:42.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:42.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:42.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:42.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:42.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.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 08:50:42.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.114 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:42.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:42.120 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:42.121 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:50:42.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:42.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:42.122 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:42.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:42.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:42.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:42.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:42.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:50:42.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:50:42.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:50:42.125 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:42.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:42.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:42.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:42.167 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:42.167 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:42.167 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.168 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:42.168 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:42.168 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:42.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:42.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:42.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:42.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:42.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:42.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:42.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.253 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50: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.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 08:50:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:42.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:42.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:42.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:42.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:42.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:42.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:42.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:42.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:42.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:42.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:42.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:42.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:42.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:42.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:42.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:42.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 08:50:42.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:42.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:43.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:43.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:43.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:43.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:43.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:43.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:44.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:44.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:44.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:44.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:44.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:44.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:45.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:45.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:45.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:45.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:45.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:45.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:46.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:46.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:46.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:46.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:46.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:46.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:47.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:47.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:47.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:47.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:47.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:47.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:48.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:48.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:48.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:48.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:48.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:48.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:49.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:49.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:49.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:49.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:49.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:49.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:50.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:50.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:50.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:50.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:50.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:50.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:51.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:51.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:51.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:51.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:51.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:51.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 08:50:52.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:52.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:52.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 08:50:52.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:50:52.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:52.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:52.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:52.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:52.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:52.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:52.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:52.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:52.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:52.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:52.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:52.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:52.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:52.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:52.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:52.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:52.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:52.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:52.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:52.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:52.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:52.504 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:52.504 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:52.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:52.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:52.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:52.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:52.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:52.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:52.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:52.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:52.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:52.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.562 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:50:52.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:52.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:52.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:52.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:52.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:52.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:52.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:52.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:52.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:52.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:52.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:52.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:52.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:52.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:52.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:52.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:52.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:52.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:52.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:52.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:52.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:52.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:52.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:50:52.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:50:52.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:52.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:52.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:50:52.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:50:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:50:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:52.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:52.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:52.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:52.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:52.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:52.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:52.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:52.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:52.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:52.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:52.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:50:52.691 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:50:52.692 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:52.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:52.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:52.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.432 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.167 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.122 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.138 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.096 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.124 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.125 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.13 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.118 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.218 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.091 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.095 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:50:52.717 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:50:52.720 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:52.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:52.720 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:50:52.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:52.721 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:52.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:52.721 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:52.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:52.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:52.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:52.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 08:50:52.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:52.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:50:52.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:50:52.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:52.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:52.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:52.726 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:52.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.726 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:52.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.726 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:52.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.726 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 08:50:52.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:52.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:52.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:52.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:52.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:52.736 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:52.736 DEBUG [main][MenuItemLookup] Item match:File 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:52.740 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:50:52.740 DEBUG [main][MenuItemLookup] Item match:Import... 08:50:52.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:50:52.742 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:50:52.744 INFO [main][MenuItemHandler] Select menu item: &Import... 08:50:52.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:50:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:50:52.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:50:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:52.861 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:50:52.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:52.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:52.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:52.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:52.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:52.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:52.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:52.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:52.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:52.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 08:50:52.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:50:52.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:53.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:53.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:50:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 08:50:53.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:50:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:53.387 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 08:50:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:53.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:50:53.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 08:50:53.388 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 08:50:53.388 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 08:50:53.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 08:50:53.392 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:50:53.392 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:50:53.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:53.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:53.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:53.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:53.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:53.394 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:53.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:53.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:53.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:53.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:53.399 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:50:53.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 08:50:53.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available. finished successfully 08:50:53.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:50:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:53.400 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:50:53.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:53.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:50:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:53.401 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:50:53.401 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 08:50:53.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest$ImportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:53.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:53.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:53.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:53.405 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:53.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:53.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:53.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:53.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:53.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:50:53.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:53.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:53.447 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:50:53.447 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:50:53.447 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:53.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.721 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:53.464 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:53.466 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:53.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:53.467 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:53.467 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:53.467 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:53.467 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:53.467 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:53.467 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:53.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:53.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:53.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:53.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.469 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:53.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:50:53.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:53.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:53.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:53.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:53.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:53.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:53.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:53.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:53.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:53.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.471 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:53.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:53.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:53.471 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:53.471 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:53.471 DEBUG [main][MenuItemLookup] Item match:File 08:50:53.473 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:53.473 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:53.478 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:53.478 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:53.478 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:53.478 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:53.478 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:53.478 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:53.478 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:53.478 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:53.479 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:53.479 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:53.479 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:53.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:53.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:50:53.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:53.652 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:53.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:53.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:53.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:53.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:53.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:53.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:53.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:53.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:50:53.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:53.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:54.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:50:54.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:54.160 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:50:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:54.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:54.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:50:54.160 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:50:54.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:50:54.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:50:54.161 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:54.161 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:54.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:54.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:54.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:54.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:54.163 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:54.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:54.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:54.173 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:50:54.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:50:54.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.174 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:54.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:54.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:54.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.176 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:54.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.176 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:54.176 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:50:54.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:54.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:54.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:54.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:54.181 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:54.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:54.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:54.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:54.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:54.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:54.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.202 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.202 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.202 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.202 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:54.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:54.202 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:54.202 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:54.202 DEBUG [main][MenuItemLookup] Item match:File 08:50:54.203 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:54.203 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:54.205 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:54.205 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:54.205 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:54.205 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:54.205 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:54.205 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:54.205 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:54.205 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:54.205 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:54.205 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:54.205 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:54.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.... 08:50:54.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:50:54.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.273 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:54.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:54.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:54.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:54.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:50:54.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:54.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:50:54.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:54.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:50:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:54.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:54.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:50:54.779 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:50:54.780 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:50:54.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:50:54.781 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:54.781 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:54.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:54.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:54.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:54.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:54.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:54.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:54.783 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:54.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:54.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:54.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:54.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:54.790 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:50:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:50:54.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:54.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.791 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:54.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:50:54.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:54.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:50:54.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.793 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:54.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:54.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.793 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:54.793 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:50:54.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:54.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:54.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:54.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:54.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:54.795 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:54.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:54.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:54.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:54.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:54.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:54.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:54.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:54.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:54.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:54.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:50:54.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:54.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:54.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:50:54.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:54.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:54.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:54.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:54.835 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:54.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.837 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:54.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:54.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:54.837 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:54.837 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:54.837 DEBUG [main][MenuItemLookup] Item match:File 08:50:54.839 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:54.839 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:54.841 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:54.841 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:54.841 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:54.841 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:54.841 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:54.841 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:54.841 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:54.841 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:54.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:54.842 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:54.842 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:54.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:54.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 08:50:54.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:54.916 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:54.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:54.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 08:50:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:54.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:54.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:54.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:54.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:54.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:50:54.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:54.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:55.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:50:55.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:55.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:50:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:55.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:55.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:50:55.423 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:50:55.423 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:50:55.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:50:55.424 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:55.424 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:55.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:55.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:55.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:55.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:55.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:55.426 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:55.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:55.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:55.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:50:55.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:55.433 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:55.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:55.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:55.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:55.433 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:55.433 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:50:55.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:55.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:55.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:55.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:55.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:55.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:55.435 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:55.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:55.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:55.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:55.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:55.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:55.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:55.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:55.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:55.471 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:50:55.471 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.472 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.472 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:55.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:55.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:50:55.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:55.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:55.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:55.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:55.472 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.472 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:55.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:55.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:55.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:55.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:55.473 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:55.473 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:55.473 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:55.474 DEBUG [main][MenuItemLookup] Item match:File 08:50:55.475 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:55.475 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:55.476 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:55.477 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:55.477 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:55.477 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:55.477 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:55.477 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:55.477 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:55.477 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:55.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:55.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:55.477 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:55.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:55.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 'New|Select a wizard'] is available. finished successfully 08:50:55.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:55.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:55.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:55.544 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:55.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:55.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:55.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:55.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:55.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:55.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:55.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:55.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:50:55.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:56.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:56.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:50:56.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:56.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:50:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:56.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:56.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:50:56.056 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:50:56.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:50:56.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:50:56.060 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:56.060 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:56.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:56.063 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:56.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:56.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:56.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:56.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:50:56.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:50:56.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:56.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.074 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:56.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:56.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:56.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:56.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.075 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:56.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.076 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:56.076 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:50:56.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:56.077 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:56.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:56.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:56.077 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:56.077 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:56.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:56.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:56.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:56.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:56.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:50:56.102 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:50:56.102 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:56.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.639 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.35 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.636 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.63 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:50:56.111 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:50:56.113 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:56.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:56.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:50:56.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:56.113 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:56.125 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:56.125 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:56.125 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:56.125 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 08:50:56.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:56.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:50:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:50:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:56.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:56.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 08:50:56.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:56.127 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:56.127 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:56.127 DEBUG [main][MenuItemLookup] Item match:File 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:50:56.129 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:50:56.129 DEBUG [main][MenuItemLookup] Item match:Export... 08:50:56.130 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 08:50:56.130 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 08:50:56.130 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 08:50:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 08:50:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 08:50:56.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 08:50:56.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.222 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:50:56.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:56.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 08:50:56.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:50:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:56.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:56.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:50:56.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 08:50:56.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:50:56.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:56.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 08:50:56.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:56.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:50:56.732 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 08:50:56.732 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 08:50:56.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 08:50:56.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 08:50:56.735 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:50:56.735 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:50:56.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:56.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:56.737 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:56.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:56.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:56.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:56.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:56.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:50:56.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 08:50:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available. finished successfully 08:50:56.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:50:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.743 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:50:56.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:50:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.743 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:50:56.743 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 08:50:56.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest$ExportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:56.744 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:56.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:56.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:56.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:56.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:56.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:56.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:56.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:56.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:56.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:50:56.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:56.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:56.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.765 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:50:56.765 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:50:56.765 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:56.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:56.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.639 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 08:50:56.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:50:56.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:50:56.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:50:56.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:50:56.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:56.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.839 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:50:56.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:56.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:56.841 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:50:56.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:56.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:56.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:56.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:56.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:50:56.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:50:56.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:50:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:50:56.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:50:56.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:56.921 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:50:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:50:56.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:50:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:56.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:50:56.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:56.993 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:56.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:56.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:50:57.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:50:57.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:50:57.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:50:57.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:57.061 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.062 INFO [WorkbenchTestable][AbstractText] Text set to: something 08:50:57.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:50:57.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:50:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:57.064 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:57.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:50:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.066 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:57.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.095 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.059 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.089 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.073 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 08:50:57.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.101 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.101 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:57.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.101 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.101 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:50:57.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:57.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:57.102 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:57.103 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:57.103 DEBUG [main][MenuItemLookup] Item match:File 08:50:57.104 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:57.104 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:57.109 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:57.109 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:57.109 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:57.109 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:57.109 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:57.109 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:57.109 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:57.109 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:57.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:57.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:57.110 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:57.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:57.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:50:57.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:57.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.219 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:57.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:57.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:57.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:57.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:50:57.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:57.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:50:57.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:50:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:57.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:50:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:57.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:50:57.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:50:57.726 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:50:57.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:50:57.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:50:57.727 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:57.727 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:57.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:57.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.729 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:57.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:57.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:50:57.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:50:57.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:57.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.738 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:57.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:50:57.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:50:57.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:50:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.739 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:50:57.739 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:50:57.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.741 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:57.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:57.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:57.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:57.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 08:50:57.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. finished successfully 08:50:57.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:50:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.829 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.829 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.830 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.831 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.831 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.831 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.831 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 08:50:57.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:50:57.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.834 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 08:50:57.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.838 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.838 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.839 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.839 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.839 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.839 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message") 08:50:57.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.839 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:50:57.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.841 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 08:50:57.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.847 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.847 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.848 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.848 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.848 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.849 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 08:50:57.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:50:57.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.851 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 08:50:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.852 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.852 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.853 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.853 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.853 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.853 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 08:50:57.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:50:57.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.855 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 08:50:57.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.858 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.858 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.858 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.858 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.858 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.859 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 08:50:57.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:57.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:50:57.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:57.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:57.860 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 08:50:57.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:57.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:57.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:57.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:57.862 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.862 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:57.862 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.863 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.863 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:50:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available.... 08:50:57.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:57.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:58.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:58.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:58.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:58.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:59.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:59.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:59.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:59.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:00.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:00.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:00.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:00.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:01.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:01.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:01.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:01.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:02.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:02.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:02.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:02.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:03.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:03.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:03.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:03.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:04.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:04.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:04.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:04.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:05.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:05.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:05.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:05.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:06.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:06.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:06.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:06.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.916 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.822 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.675 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.096 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.05 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:07.933 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:07.936 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:51:07.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:07.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:07.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:07.936 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:51:07.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:07.951 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:51:07.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:07.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:07.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:07.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:07.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:07.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:07.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:07.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:07.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:07.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:07.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:07.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:07.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:07.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:08.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:08.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:08.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:08.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:08.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:08.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:08.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:08.037 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:08.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:08.037 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:08.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:08.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:08.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:08.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:08.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:08.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:08.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:08.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:08.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:08.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:08.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:08.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:08.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:08.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:08.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:08.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:08.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:08.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:08.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:08.093 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:08.093 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:08.093 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:08.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:08.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:08.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:08.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:08.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:08.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:08.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:08.124 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 08:51:08.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:51:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:08.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:51:08.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:51:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:08.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 08:51:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:08.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:51:08.634 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 08:51:08.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:51:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:09.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:51:09.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:51:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:09.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 08:51:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:09.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:51:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:09.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:09.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:09.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:09.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:09.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:09.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:09.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:09.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:09.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:09.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:09.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:09.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:09.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:09.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:09.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:09.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:09.207 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:09.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:09.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:09.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:09.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:09.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:09.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:09.717 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:09.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:10.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:10.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:10.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:10.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:10.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:10.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:10.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:10.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:10.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:10.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:10.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:10.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:10.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:10.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:10.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:10.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:10.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:10.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:10.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:10.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:10.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:10.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:10.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:10.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:10.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:10.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:10.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:10.284 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:10.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:10.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:10.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:10.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:10.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:10.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:10.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:10.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:10.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:10.792 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:10.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:10.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:11.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:11.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:11.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:11.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:11.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:11.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:11.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:11.302 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 08:51:11.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:51:11.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:11.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:11.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:51:11.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:51:11.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:11.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 08:51:11.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:11.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:51:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:11.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:11.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:11.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:11.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:11.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:11.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:11.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:11.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:11.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:11.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:11.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:11.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:11.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:11.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:11.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:11.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:11.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:11.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:11.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:11.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:11.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:11.870 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:11.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:11.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:12.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:12.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:12.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:12.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:12.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:12.378 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:12.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:12.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:12.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:12.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:12.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:12.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:12.886 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:12.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:12.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:12.886 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:12.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:12.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:13.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:13.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:13.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:13.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:13.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:13.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:13.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:13.400 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:13.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:13.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:13.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:13.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:13.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:13.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:13.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:13.914 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:13.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:13.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:14.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:14.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:14.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:14.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:14.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:14.417 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:14.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:14.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:14.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:14.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:14.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:14.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:14.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:14.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:14.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:14.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:14.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:14.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:14.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:14.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:14.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:14.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:14.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:14.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:14.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:14.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:14.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:14.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:14.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:14.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:14.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:15.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:15.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:15.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:15.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:15.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:51:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:51:15.000 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:51:15.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:51:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:15.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:15.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:51:15.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:51:15.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:15.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:51:15.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:15.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:51:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:15.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:15.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:15.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:15.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:15.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:15.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:15.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:15.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:15.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:15.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:15.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:15.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:15.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:15.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:15.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:15.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:15.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:15.557 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:51:15.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:51:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:16.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:16.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:51:16.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:51:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:16.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:51:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:16.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:51:16.063 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 08:51:16.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:51:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:16.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:16.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:51:16.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:51:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:16.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 08:51:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:16.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:51:16.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:16.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:16.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:16.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:16.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:16.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:16.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:16.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:16.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:16.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:16.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:16.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:16.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:16.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:16.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:16.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:16.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:16.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:16.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:16.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:16.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:16.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:16.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:16.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:16.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:16.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:16.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:16.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:16.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:16.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:16.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:16.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:16.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:16.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:16.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:16.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:16.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:16.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:51:16.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:16.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:16.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:16.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:16.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:16.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:16.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:16.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:16.672 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:16.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:17.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:17.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:17.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:17.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:17.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:17.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:17.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:17.179 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:51:17.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:17.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:17.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:17.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:17.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:51:17.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:17.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:51:17.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:17.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:51:17.687 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:17.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:17.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:18.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:18.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:18.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:18.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:18.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:18.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:18.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:18.198 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:18.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:18.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:18.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:18.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:18.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:18.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:18.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:18.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:18.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:18.709 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:18.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:18.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:19.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:19.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:19.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:19.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:19.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:19.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:19.211 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:51:19.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:19.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:19.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:19.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:19.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:51:19.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:19.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:51:19.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:19.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:51:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:19.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:19.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:19.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:19.724 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:51:19.724 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:51:19.724 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:19.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:19.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:19.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.803 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.084 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.056 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.062 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.096 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.587 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.117 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.574 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.062 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.051 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.08 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:51:19.749 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:51:19.751 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:51:19.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:19.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:51:19.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:19.752 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:51:19.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:19.752 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:51:19.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:19.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:19.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:51:19.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:51:19.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:19.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:19.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1659): Gtk-CRITICAL **: 08:51:19.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:51:19.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 08:51:19.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:19.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:19.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:19.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:51:19.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:19.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:19.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:19.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:19.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:51:19.830 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 08:51:19.834 TRACE [main][WidgetHandler] Notify Table with event 13 08:51:19.834 TRACE [main][WidgetHandler] Wait for synchronization 08:51:19.835 TRACE [main][WidgetHandler] Notify Table with event 3 08:51:19.835 TRACE [main][WidgetHandler] Wait for synchronization 08:51:19.835 TRACE [main][WidgetHandler] Notify Table with event 4 08:51:19.835 TRACE [main][WidgetHandler] Wait for synchronization 08:51:19.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.viewers.CellEditor, index 0 and no matchers specified 08:51:19.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:19.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:19.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:19.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:19.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:51:19.848 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:51:19.848 INFO [WorkbenchTestable][AbstractText] Text set to: abc 08:51:19.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 08:51:19.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:19.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:51:19.854 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:51:19.854 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:51:19.854 DEBUG [main][AbstractWait] Waiting until shell is active... 08:51:19.854 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:51:19.854 INFO [main][AbstractShell] Close shell Testing shell 08:51:19.854 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:51:19.860 DEBUG [main][AbstractWait] Waiting while shell is available... 08:51:19.860 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:51:19.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:51:19.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:19.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:19.867 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:51:19.867 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:51:19.867 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:19.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.114 s Running org.eclipse.reddeer.jface.test.window.WindowTest 08:51:19.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:51:19.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:19.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:51:19.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:19.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:19.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:19.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:51:19.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:19.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:19.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:19.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:19.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:51:19.901 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:51:19.901 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:51:19.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:51:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:51:19.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:19.926 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:51:19.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:19.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:19.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:19.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:51:19.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:19.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:51:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:19.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:19.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:20.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:20.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:20.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:51:20.929 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:51:20.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:51:20.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:20.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:20.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:20.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:20.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:20.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:20.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:51:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:20.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:20.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:51:20.958 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:51:20.958 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:51:20.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:20.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:51:20.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:20.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:20.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:20.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:20.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:20.973 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:51:20.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:20.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:20.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:20.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:20.973 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:20.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:51:20.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:20.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:51:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:20.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:21.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:21.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:21.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:21.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:21.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:51:21.975 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:51:21.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:51:21.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:21.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:21.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:21.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:21.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:21.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:21.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:51:21.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:21.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:22.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:22.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:51:22.002 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:51:22.002 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:51:22.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:51:22.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:51:22.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.018 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:51:22.018 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:51:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:51:22.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:51:22.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:22.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:22.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:51:22.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:22.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:22.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:51:22.043 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:51:22.043 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:51:22.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:22.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:51:22.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:51:22.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.068 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:51:22.068 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:51:22.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:51:22.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:51:22.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:22.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:22.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:22.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:51:22.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:51:22.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:22.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:51:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:22.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:22.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:22.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:51:22.098 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:51:22.098 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:51:22.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:22.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:51:22.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:51:22.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.120 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:51:22.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.120 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:51:22.120 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:51:22.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:51:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:51:22.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:22.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:51:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:22.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:22.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:22.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:51:22.149 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:51:22.149 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:51:22.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:22.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:51:22.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:51:22.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.171 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:51:22.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:22.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:22.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:51:22.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:51:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:22.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:22.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:23.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:23.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:23.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:51:23.173 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:51:23.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:51:23.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:23.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:23.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:23.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:51:23.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:23.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:23.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:23.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:23.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:51:23.203 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:51:23.203 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:51:23.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:23.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:51:23.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:23.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:23.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:23.218 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:51:23.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:23.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:23.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:23.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:23.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:51:23.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:51:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:23.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:51:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:23.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:23.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:23.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:23.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:24.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:51:24.221 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:51:24.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:51:24.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.358 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.066 s openActionNotDefined(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.01 s openEclipseWindow1(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.034 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.1 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.098 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.047 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:51:24.241 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:51:24.242 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:51:24.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:24.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:51:24.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:24.242 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:51:24.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:24.248 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:51:24.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:24.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:24.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:51:24.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:51:24.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:24.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:24.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:24.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available.... 08:51:24.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:24.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available. finished successfully 08:51:24.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:51:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:24.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:24.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 08:51:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:24.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:24.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:24.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 "make valid") 08:51:24.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:24.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:51:24.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:24.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:24.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:24.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:24.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:24.323 INFO [WorkbenchTestable][AbstractButton] Click button make valid 08:51:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:24.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:24.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:24.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 08:51:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:24.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:24.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:24.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:24.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 08:51:24.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:24.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:24.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:24.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:24.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:24.329 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 08:51:24.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:24.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:24.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:24.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:24.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:51:24.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:51:24.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:24.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:24.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:24.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:51:24.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:24.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:24.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:24.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:24.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:51:24.348 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:51:24.348 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:24.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:24.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:24.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.098 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-0834 [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-0834 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse.test --- [INFO] Resolving class path of RedDeer Eclipse Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- dependency:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test --- [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar [INFO] [INFO] --- download:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar 16/2127K 32/2127K 48/2127K 64/2127K 80/2127K 96/2127K 112/2127K 128/2127K 144/2127K 160/2127K 176/2127K 192/2127K 208/2127K 224/2127K 240/2127K 256/2127K 272/2127K 288/2127K 304/2127K 320/2127K 336/2127K 352/2127K 368/2127K 384/2127K 400/2127K 416/2127K 432/2127K 448/2127K 464/2127K 480/2127K 496/2127K 512/2127K 528/2127K 544/2127K 560/2127K 571/2127K 587/2127K 603/2127K 619/2127K 635/2127K 651/2127K 667/2127K 683/2127K 699/2127K 715/2127K 731/2127K 747/2127K 763/2127K 779/2127K 795/2127K 811/2127K 828/2127K 844/2127K 860/2127K 876/2127K 892/2127K 908/2127K 924/2127K 940/2127K 956/2127K 972/2127K 988/2127K 1004/2127K 1020/2127K 1036/2127K 1052/2127K 1068/2127K 1086/2127K 1102/2127K 1118/2127K 1134/2127K 1150/2127K 1166/2127K 1182/2127K 1198/2127K 1214/2127K 1230/2127K 1246/2127K 1262/2127K 1278/2127K 1294/2127K 1310/2127K 1328/2127K 1344/2127K 1360/2127K 1376/2127K 1392/2127K 1408/2127K 1424/2127K 1440/2127K 1456/2127K 1472/2127K 1488/2127K 1504/2127K 1520/2127K 1536/2127K 1552/2127K 1568/2127K 1584/2127K 1600/2127K 1616/2127K 1632/2127K 1648/2127K 1664/2127K 1680/2127K 1696/2127K 1712/2127K 1728/2127K 1744/2127K 1760/2127K 1776/2127K 1792/2127K 1808/2127K 1824/2127K 1840/2127K 1856/2127K 1872/2127K 1888/2127K 1899/2127K 1915/2127K 1931/2127K 1947/2127K 1963/2127K 1979/2127K 1995/2127K 2011/2127K 2027/2127K 2043/2127K 2059/2127K 2075/2127K 2091/2127K 2107/2127K 2123/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.187 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.004 s] [INFO] RedDeer Common ..................................... SUCCESS [ 10.631 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.116 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.387 s] [INFO] RedDeer Core ....................................... SUCCESS [ 0.902 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.716 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.417 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.189 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.376 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.517 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.426 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.617 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.070 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.622 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.408 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.450 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.345 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.646 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.393 s] [INFO] RedDeer UI ......................................... SUCCESS [ 1.538 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.490 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.628 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.303 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.651 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.635 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.002 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.268 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.095 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:07 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:33 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:34 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:53 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 23.249 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:20 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.269 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 15.470 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:46 min [INFO] Finished at: 2023-08-28T08:51:43Z [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